summaryrefslogtreecommitdiff
path: root/sql/group_by_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2023-02-101-1/+1
|\
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
* | MDEV-16327: Server doesn't account for engines that supports OFFSET on their ...Oleksandr Byelkin2019-10-131-1/+6
* | MDEV-18553: MDEV-16327 pre-requisits part 1: isolation of LIMIT/OFFSET handlingOleksandr Byelkin2019-10-131-0/+1
|/
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* Correct FSF addressiangilfillan2017-03-101-1/+1
* remove unused group_by_handler::init() methodSergei Golubchik2015-10-051-24/+0
* Don't use flags in the group_by_handler classSergei Golubchik2015-10-051-14/+32
* cleanups and simplificationsSergei Golubchik2015-10-051-16/+9
* move internal API out from group_by_handlerSergei Golubchik2015-10-051-20/+9
* remove unused methodSergei Golubchik2015-10-051-3/+0
* typos in comments, minor stylistic editsSergei Golubchik2015-10-051-7/+3
* MDEV-6080: Allowing storage engine to shortcut group by queriesMonty2015-10-051-0/+133