# File lib/active_record/connection_adapters/abstract/connection_specification.rb, line 95
      def allow_concurrency=(flag)
        ActiveSupport::Deprecation.warn("ActiveRecord::Base.allow_concurrency= has been deprecated and no longer has any effect. Please remove all references to allow_concurrency=.")
      end