# File lib/thinking_sphinx/adapters/mysql_adapter.rb, line 37
    def boolean(value)
      value ? 1 : 0
    end