# File lib/thinking_sphinx/adapters/mysql_adapter.rb, line 19
    def cast_to_string(clause)
      "CAST(#{clause} AS CHAR)"
    end