mariadb/mysql-test/suite/sql_sequence
Monty 57c3dd991b MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple locks on sequences
Fixed by removing the check of single lock in sequence insert and let MDL
code handle deadlock detection
2018-05-03 17:49:39 +03:00
..
alter.result Merge 10.2 into bb-10.2-ext 2017-12-12 09:15:17 +02:00
alter.test fixes for --embedded 2017-10-06 12:28:56 +02:00
alter_notembedded.result fixes for --embedded 2017-10-06 12:28:56 +02:00
alter_notembedded.test fixes for --embedded 2017-10-06 12:28:56 +02:00
aria.result
aria.test
binlog.result
binlog.test
concurrent_create.result MDEV-15149 Assert upon concurrent creating / querying sequences 2018-03-29 14:20:11 +03:00
concurrent_create.test MDEV-15149 Assert upon concurrent creating / querying sequences 2018-03-29 14:20:11 +03:00
create.result MDEV-15348 Failure to load CREATE SEQUENCE...ROW_FORMAT=REDUNDANT 2018-04-07 04:22:44 +03:00
create.test MDEV-15348 Failure to load CREATE SEQUENCE...ROW_FORMAT=REDUNDANT 2018-04-07 04:22:44 +03:00
default.result Fixed that sequences and default works with ps-protocol 2018-01-03 02:45:02 +02:00
default.test Fixed that sequences and default works with ps-protocol 2018-01-03 02:45:02 +02:00
disabled.def
grant.result Fix privilege checking for sequence 2018-02-14 16:43:22 +02:00
grant.test Don't run sql_sequence.grant for embeddes server 2018-02-16 01:35:19 +02:00
gtid-master.opt
gtid-slave.opt
gtid.result Tests: dependency on wsrep removed from sql_sequence tests 2017-11-16 16:29:14 +08:00
gtid.test Tests: dependency on wsrep removed from sql_sequence tests 2017-11-16 16:29:14 +08:00
lock.result MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple locks on sequences 2018-05-03 17:49:39 +03:00
lock.test MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple locks on sequences 2018-05-03 17:49:39 +03:00
mysqldump.result Test case for MDEV-12887 (bug fixed long ago) 2018-02-19 11:26:25 +02:00
mysqldump.test Test case for MDEV-12887 (bug fixed long ago) 2018-02-19 11:26:25 +02:00
next.result MDEV-13720 Server crashes in SEQUENCE::write_lock for temporary tables 2017-10-22 20:30:57 +03:00
next.test MDEV-13720 Server crashes in SEQUENCE::write_lock for temporary tables 2017-10-22 20:30:57 +03:00
other.result MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple locks on sequences 2018-05-03 17:49:39 +03:00
other.test MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple locks on sequences 2018-05-03 17:49:39 +03:00
partition.result MDEV-13715 Server crashes in ha_partition::engine_name 2017-10-22 20:20:32 +03:00
partition.test MDEV-13715 Server crashes in ha_partition::engine_name 2017-10-22 20:20:32 +03:00
read_only.result
read_only.test
rename.result Fix for MDEV-15105 (memory loss with LOCK sequence) 2018-02-19 11:27:21 +02:00
rename.test Fix for MDEV-15105 (memory loss with LOCK sequence) 2018-02-19 11:27:21 +02:00
replication-master.opt
replication-slave.opt
replication.result MDEV 13679 Enabled sequences to be used in DEFAULT 2017-12-22 14:56:58 +02:00
replication.test MDEV 13679 Enabled sequences to be used in DEFAULT 2017-12-22 14:56:58 +02:00
setval.result MDEV-15732: Assertion `next_free_value % real_increment == offset && next_free_value >= reserved_until' failed in sequence_definition::adjust_values upon SETVAL for sequence with INCREMENT 0 2018-04-26 15:38:16 +02:00
setval.test MDEV-15732: Assertion `next_free_value % real_increment == offset && next_free_value >= reserved_until' failed in sequence_definition::adjust_values upon SETVAL for sequence with INCREMENT 0 2018-04-26 15:38:16 +02:00
slave_nextval.result MDEV-14092 NEXTVAL fails on slave 2017-10-19 13:25:02 +03:00
slave_nextval.test MDEV-14092 NEXTVAL fails on slave 2017-10-19 13:25:02 +03:00
temporary.result MDEV-14762 Server crashes in MDL_ticket::has_stronger_or_equal_type upon inserting into temporary sequence 2018-04-05 15:17:41 +03:00
temporary.test MDEV-14762 Server crashes in MDL_ticket::has_stronger_or_equal_type upon inserting into temporary sequence 2018-04-05 15:17:41 +03:00
view.result
view.test