# File lib/active_record/connection_adapters/mysql2_adapter.rb, line 167
      def quote_string(string)
        @connection.escape(string)
      end