summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sql_sequence
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13005: Fixing bugs in SEQUENCE, part 3, 5/5Rucha Deodhar2022-03-302-0/+14
* MDEV-13005: Fixing bugs in SEQUENCE, part 3, 4/5Rucha Deodhar2022-03-302-0/+22
* MDEV-13005: Fixing bugs in SEQUENCE, part 3, 3/5Rucha Deodhar2022-03-302-0/+7
* MDEV-13005: Fixing bugs in SEQUENCE, part 3, 2/5Rucha Deodhar2022-03-307-22/+29
* MDEV-13005: Fixing bugs in SEQUENCE, part 3, 1/5Rucha Deodhar2022-03-306-10/+28
* Merge 10.3 into 10.4Marko Mäkelä2022-03-112-2/+38
|\
| * MDEV-24617 OPTIMIZE on a sequence causes unexpected ER_BINLOG_UNSAFE_STATEMENTAndrei2022-03-102-2/+37
* | Merge 10.3 into 10.4Marko Mäkelä2021-08-312-0/+22
|\ \ | |/
| * MDEV 22785 Crash with prepared statements and NEXTVAL()Michael Widenius2021-08-262-0/+22
* | Merge branch 10.3 into 10.4Daniel Black2021-07-021-0/+2
|\ \ | |/
| * mtr: fix tests funcs_1.is_tables_is & sql_sequence.rebuildDaniel Black2021-07-021-0/+2
* | Merge 10.3 into 10.4Marko Mäkelä2021-04-272-0/+32
|\ \ | |/
| * MDEV-24545 Sequence created by one connection remains invisible to anotherst-10.3Marko Mäkelä2021-04-272-0/+32
* | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-122-0/+53
|\ \ | |/
| * MDEV-21785: sequences used as default by other table not dumped in right orde...bb-10.3-MDEV-21785Oleksandr Byelkin2021-01-262-0/+53
* | Merge 10.3 into 10.4Marko Mäkelä2020-12-234-2/+125
|\ \ | |/
| * MDEV-19273: Server crash in MDL_ticket::has_stronger_or_equal_type or Asserti...bb-10.3-MDEV-19273Oleksandr Byelkin2020-12-094-2/+125
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-293-28/+16
|\ \ | |/
| * MDEV-24018: SIGSEGV in Item_func_nextval::update_table on SELECT SETVALAnel Husakovic2020-10-272-0/+12
| * MDEV-21786 mysqldump will forget sequence definition details on --no-data dumpAnel Husakovic2020-10-231-28/+4
* | Merge branch '10.3' into 10.4Sujatha2020-09-282-0/+19
|\ \ | |/
| * MDEV-23823 Crash in SELECT NEXT VALUE on locked viewVladislav Vaintroub2020-09-282-0/+19
* | Merge 10.3 into 10.4Marko Mäkelä2020-07-212-0/+32
|\ \ | |/
| * MDEV-16929 Assertion ... in close_thread_tables upon killing connectionMonty2020-07-212-0/+32
* | Merge 10.3 into 10.4Marko Mäkelä2020-06-084-0/+108
|\ \ | |/
| * Don't allow ALTER TABLE ... ORDER BY on SEQUENCE objectsMonty2020-06-072-0/+18
| * Don't allow illegal create options for SEQUENCEMonty2020-06-074-0/+90
* | Merge 10.3 into 10.4Marko Mäkelä2020-04-271-0/+1
|\ \ | |/
| * Flag a result dependency on PLUGIN_PERFSCHEMAMarko Mäkelä2020-04-271-0/+1
* | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-1/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-04-151-1/+1
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-094-0/+202
|\ \ | |/
| * Merge pull request #1261 from robertbindar/mdev-17978Robert Bindar2019-12-052-0/+21
| * Re-record sql_sequence.rebuild with sorted_resultVicențiu Ciorbaru2019-12-032-110/+112
| * MDEV-15977 Assertion !thd->in_sub_stmt failed in trans_commit_stmtRobert Bindar2019-12-022-0/+179
* | Merge 10.3 into 10.4Marko Mäkelä2019-11-012-0/+227
|\ \ | |/
| * MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-172-0/+227
* | Write information about restart in .resultMichael Widenius2019-04-011-0/+2
|/
* MDEV-17503 CREATE SEQUENCE failed with innodb_force_primary_key =1Monty2018-10-292-0/+20
* Sequences with negative numbers and auto_increment_increment crashesMonty2018-08-304-0/+86
* MDEV-16234 CREATE TABLE .. SELECT LASTVAL breaks replicationMonty2018-05-222-0/+62
* MDEV-15970 Crash when doing truncate on locked sequenceMichael Widenius2018-05-142-1/+17
* sql_sequence.debug_sync fails upon server startupElena Stepanova2018-05-091-1/+1
* Added test case for MDEV-13029Monty2018-05-083-0/+23
* Added test case for MDEV-13007 ALTER .. ENGINE on temporary sequence may go w...Monty2018-05-072-0/+42
* MDEV-13024: Server crashes in my_store_ptr upon DELETE from sequence in multi...Oleksandr Byelkin2018-05-062-0/+36
* Fix for MDEV-15812 Assert in SEQUENCE when forcing STATEMEMT formatMonty2018-05-062-0/+22
* MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple...Monty2018-05-034-8/+39
* MDEV-15732: Assertion `next_free_value % real_increment == offset && next_fre...Oleksandr Byelkin2018-04-262-0/+32
* MDEV-15348 Failure to load CREATE SEQUENCE...ROW_FORMAT=REDUNDANTMarko Mäkelä2018-04-072-0/+7