summaryrefslogtreecommitdiff
path: root/sql/sql_sequence.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Jan Lindström2022-09-051-0/+3
|\
| * Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+3
* | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-2/+8
|\ \ | |/
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-2/+8
| |\
| | * MDEV-28487: sequences not respect value of binlog_row_image with select nextv...Brandon Nesterenko2022-07-131-2/+8
* | | Merge 10.4 into 10.5Marko Mäkelä2022-06-021-0/+11
|\ \ \ | |/ /
| * | MDEV-27862 Galera should replicate nextval()-related changes in sequences wit...mkaruza2022-05-301-0/+11
* | | Merge 10.4 into 10.5Marko Mäkelä2022-04-061-1/+1
|\ \ \ | |/ /
| * | MDEV-13005: Fixing bugs in SEQUENCE, part 3, 3/5Rucha Deodhar2022-03-301-1/+1
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-3/+15
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-3/+8
| |\ \ | | |/
| | * MDEV-27365 CREATE-or-REPLACE SEQUENCE is binlogged without DDL flagAndrei2022-01-031-3/+8
| * | MDEV-19353 : Alter Sequence do not replicate to another nodes with in Galera ...Jan Lindström2022-01-101-0/+7
* | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-2/+2
|\ \ \ | |/ /
| * | Fix all warnings given by UBSANMonty2021-04-201-2/+2
* | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-7/+6
|\ \ \ | |/ /
| * | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-7/+6
| |\ \ | | |/
| | * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-7/+6
* | | Merge 10.4 into 10.5Marko Mäkelä2020-07-211-0/+5
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-07-211-0/+4
| |\ \ | | |/
| | * MDEV-16929 Assertion ... in close_thread_tables upon killing connectionMonty2020-07-211-0/+4
* | | MDEV-19745 BACKUP STAGE BLOCK_DDL hangs on flush sequence tableMonty2020-06-141-4/+6
* | | Merge 10.4 into 10.5Marko Mäkelä2020-06-081-1/+12
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-06-081-1/+12
| |\ \ | | |/
| | * Don't allow ALTER TABLE ... ORDER BY on SEQUENCE objectsMonty2020-06-071-0/+5
| | * Don't allow illegal create options for SEQUENCEMonty2020-06-071-1/+7
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-2/+4
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-2/+4
| |\ \ | | |/
| | * Don't crash if creating sequence under XAMonty2020-05-221-2/+4
* | | Aria will now register it's transactionsMonty2020-05-231-2/+1
* | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-2/+2
* | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-4/+2
* | | perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-4/+3
* | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+5
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+5
| |\ \ | | |/
| | * MDEV-15977 Assertion !thd->in_sub_stmt failed in trans_commit_stmtRobert Bindar2019-12-021-2/+5
* | | MDEV-20353 Add separate type handlers for unsigned integer data typesAlexander Barkov2019-08-151-9/+9
* | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-2/+2
* | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-2/+2
|/ /
* | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-1/+1
|\ \ | |/
| * Fix typo and example in comment/KB for `setval()`Anel Husakovic2019-07-221-1/+1
* | Merge 10.3 into 10.4Marko Mäkelä2019-04-171-2/+2
|\ \ | |/
| * Typo fix in sql_sequence.ccwayne2019-04-151-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-2/+3
|\ \ | |/
| * Sequences with negative numbers and auto_increment_increment crashesMonty2018-08-301-2/+3
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-2/+2
|/
* Added missing write_unlock() in case of errorsMichael Widenius2018-05-141-0/+4
* Add likely/unlikely to speed up executionMonty2018-05-071-10/+10
* MDEV-15732: Assertion `next_free_value % real_increment == offset && next_fre...Oleksandr Byelkin2018-04-261-2/+1
* Fix for MDEV-14831Monty2018-04-021-28/+58