summaryrefslogtreecommitdiff
path: root/storage/sequence/sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-1/+1
|\
| * 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
* | | Added "override" to ha_heap.h, ha_myisam.h, ha_myisammrg.h and ha_sequence.hMonty2023-02-031-20/+21
* | | Add limits for how many IO operations a table access will doMonty2023-02-021-5/+18
* | | Changing all cost calculation to be given in millisecondsMonty2023-02-021-3/+9
|/ /
* | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-2/+2
|\ \ | |/
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-2/+2
* | Added 'final' to some classes to improve generated codeMichael Widenius2020-08-041-1/+1
* | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-041-2/+10
* | optimization: use hton->drop_table in few simple casesSergei Golubchik2020-07-041-0/+1
* | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-2/+7
* | Added page_range to records_in_range() to improve range statisticsMonty2020-03-271-5/+5
* | MDEV-16327: Server doesn't account for engines that supports OFFSET on their ...Oleksandr Byelkin2019-10-131-5/+15
|/
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-4/+5
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-4/+5
| |\ \ | | |/
| | * fix gcc 8 compiler warningsSergei Golubchik2019-03-141-4/+5
* | | 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