# File lib/thinking_sphinx/active_record/database_adapters/mysql_adapter.rb, line 42
  def utf8_query_pre
    ["SET NAMES #{settings['mysql_encoding']}"]
  end