summaryrefslogtreecommitdiff
path: root/sql/ha_sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2022-06-021-0/+3
|\
| * MDEV-27862 Galera should replicate nextval()-related changes in sequences wit...mkaruza2022-05-301-0/+3
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-2/+15
|\ \ | |/
| * MDEV-18848 : Galera: 10.4 node crashed with Assertion `client_state.transacti...bb-10.4-24845Jan Lindström2022-01-101-2/+15
* | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-041-2/+1
* | MDEV-19745 BACKUP STAGE BLOCK_DDL hangs on flush sequence tableMonty2020-06-141-3/+8
* | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-2/+10
* | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-2/+2
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-05-261-2/+2
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-251-2/+2
* | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-3/+10
* | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
| |\ \ | | |/
| | * Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-1/+1
|\ \ \ | |/ /
| * | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-1/+1
| |/
* | MDEV-17709 Remove handlerton::stateRobert Bindar2019-06-061-1/+0
* | Avoid not needed renames in ALTER TABLEMonty2019-05-231-1/+1
|/
* Changed user_variables and sql_sequence to maturity state stableMonty2019-02-061-1/+1
* "fix" sequence.temporary testSergei Golubchik2019-01-031-1/+1
* Add likely/unlikely to speed up executionMonty2018-05-071-4/+4
* Fix for MDEV-15812 Assert in SEQUENCE when forcing STATEMEMT formatMonty2018-05-061-1/+2
* MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple...Monty2018-05-031-11/+11
* MDEV-14762 Server crashes in MDL_ticket::has_stronger_or_equal_type upon inse...Michael Widenius2018-04-051-3/+6
* Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-2/+1
* System Versioning pre0.12Aleksey Midenkov2017-11-071-1/+2
|\
| * SQL: UPDATE on row-based replication [closes: #94]kevg2017-05-051-2/+4
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-0/+6
|\ \
| * | Reset table->record[1] early for sequences to fix comparision of innodb rowMonty2017-10-221-0/+6
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ /
* | Fixed sequences based on comments from Peter Gulutzan and Andrii NikitinMonty2017-06-031-1/+13
* | Add locks for sequence's to ensure that there is only one writer or many readersMonty2017-05-291-11/+12
* | Make SEQUENCE working with replicationMonty2017-05-231-42/+28
* | MDEV-10139 Support for SEQUENCE objectsMonty2017-05-081-1/+20
* | Fixed crash with SEQUENCE when using REPAIRMonty2017-05-081-1/+5
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-4/+3
* | Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-1/+1
|/
* MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-0/+417