# File lib/thinking_sphinx/active_record/sql_builder/query.rb, line 34
      def scope_by_session
        return unless max_len = source.options[:group_concat_max_len]

        self.scope << "SET SESSION group_concat_max_len = #{max_len}"
      end