summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sql_sequence
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2021-08-312-0/+22
|\
| * 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.4 into 10.5Marko Mäkelä2021-04-272-0/+32
|\ \ \ | |/ /
| * | 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.4-release' into bb-10.5-releaseSergei Golubchik2021-02-152-0/+53
|\ \ \ | |/ /
| * | 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 commit '10.4' into 10.5Oleksandr Byelkin2021-01-062-0/+120
|\ \ \ | |/ /
| * | 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.4 into 10.5Marko Mäkelä2020-10-303-28/+16
|\ \ \ | |/ /
| * | 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.4' into 10.5Sujatha2020-09-292-0/+19
|\ \ \ | |/ /
| * | 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.4 into 10.5Marko Mäkelä2020-07-212-0/+32
|\ \ \ | |/ /
| * | 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
* | | Make error messages from DROP TABLE and DROP TABLE IF EXISTS consistentMonty2020-06-143-11/+8
* | | Merge 10.4 into 10.5Marko Mäkelä2020-06-084-0/+108
|\ \ \ | |/ /
| * | 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.4 into 10.5Marko Mäkelä2020-04-291-0/+1
|\ \ \ | |/ /
| * | 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.4 into 10.5Marko Mäkelä2020-04-251-1/+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
* | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-102-145/+2
|/ /
* | 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