# File lib/active_record/connection_adapters/mysql_adapter.rb, line 170
      def quote_string(string)
        Mysql::quote(string)
      end