# File lib/thinking_sphinx/adapters/mysql_adapter.rb, line 11 def concatenate(clause, separator = ' ') "CONCAT_WS('#{separator}', #{clause})" end