# File lib/thinking_sphinx/connection/client.rb, line 35
  def query_all(*statements)
    check_and_perform statements.join('; ')
  end