# File lib/active_record/connection_adapters/abstract/connection_pool.rb, line 307
      def clear_reloadable_connections!
        @connection_pools.each_value {|pool| pool.clear_reloadable_connections! }
      end