# File lib/thinking_sphinx/adapters/mysql_adapter.rb, line 50
    def time_difference(diff)
      "DATE_SUB(NOW(), INTERVAL #{diff} SECOND)"
    end