summaryrefslogtreecommitdiff
path: root/storage/sequence/sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
* MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-1/+1
* Fix several compile warnings on WindowsVladislav Vaintroub2017-03-171-3/+3
* MDEV-9550 COUNT(NULL) returns incorrect result with sequence storage engineSergei Golubchik2016-02-231-1/+5
* MDEV-9039 Can't upgrade MariaDB to to 10.1.8 version from 10.0.21Sergei Golubchik2015-11-161-1/+1
* Don't use flags in the group_by_handler classSergei Golubchik2015-10-051-8/+6
* cleanups and simplificationsSergei Golubchik2015-10-051-19/+6
* move internal API out from group_by_handlerSergei Golubchik2015-10-051-15/+9
* remove unused methodSergei Golubchik2015-10-051-9/+0
* typos in comments, minor stylistic editsSergei Golubchik2015-10-051-1/+1
* MDEV-6080: Allowing storage engine to shortcut group by queriesMonty2015-10-051-2/+163
* 5.5.40+ mergeSergei Golubchik2014-10-091-0/+1
* promote server_audit and sequence plugins to stableSergei Golubchik2014-06-131-1/+1
* update plugins' maturity levels:Sergei Golubchik2014-03-191-1/+1
* MDEV-5735 Selecting from SEQUENCE table with negative number hangs server Sergei Golubchik2014-03-011-4/+10
* MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-241-10/+10
* MDEV-4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-231-43/+58
* MDEV-4451 Attempt to write-lock a SEQUENCE table with log-bin enabled causes ...Sergei Golubchik2013-06-161-1/+2
* MDEV-4449 SEQUENCE depends on TEST_SQL_DISCOVERY for discovering tables upon DDLSergei Golubchik2013-06-161-13/+30
* fix internal plugin namesSergei Golubchik2013-04-091-1/+1
* sequence engineSergei Golubchik2013-04-091-0/+343