..
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
Fixed sequences based on comments from Peter Gulutzan and Andrii Nikitin
2017-06-03 16:08:23 +03:00
aria.test
Make SEQUENCE working with replication
2017-05-23 21:12:27 +03:00
auto_increment.result
Sequences with negative numbers and auto_increment_increment crashes
2018-08-30 17:38:01 +03:00
auto_increment.test
Sequences with negative numbers and auto_increment_increment crashes
2018-08-30 17:38:01 +03:00
binlog.result
Fixed sequences based on comments from Peter Gulutzan and Andrii Nikitin
2017-06-03 16:08:23 +03:00
binlog.test
Fixed sequences based on comments from Peter Gulutzan and Andrii Nikitin
2017-06-03 16:08:23 +03:00
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-17503 CREATE SEQUENCE failed with innodb_force_primary_key =1
2018-10-29 16:12:52 +02:00
create.test
MDEV-17503 CREATE SEQUENCE failed with innodb_force_primary_key =1
2018-10-29 16:12:52 +02:00
debug_sync.opt
sql_sequence.debug_sync fails upon server startup
2018-05-09 02:05:25 +03:00
debug_sync.result
Added test case for MDEV-13029
2018-05-08 13:29:41 +03:00
debug_sync.test
Added test case for MDEV-13029
2018-05-08 13:29:41 +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
Make SEQUENCE working with replication
2017-05-23 21:12:27 +03:00
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
MDEV-10139 Support for SEQUENCE objects
2017-04-07 18:09:56 +04:00
gtid-slave.opt
MDEV-10139 Support for SEQUENCE objects
2017-04-07 18:09:56 +04:00
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-15970 Crash when doing truncate on locked sequence
2018-05-14 10:08:05 +03:00
lock.test
MDEV-15970 Crash when doing truncate on locked sequence
2018-05-14 10:08:05 +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
Sequences with negative numbers and auto_increment_increment crashes
2018-08-30 17:38:01 +03:00
next.test
Sequences with negative numbers and auto_increment_increment crashes
2018-08-30 17:38:01 +03:00
other.result
MDEV-13024: Server crashes in my_store_ptr upon DELETE from sequence in multi-table format
2018-05-06 22:21:55 +02:00
other.test
MDEV-13024: Server crashes in my_store_ptr upon DELETE from sequence in multi-table format
2018-05-06 22:21:55 +02: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
Merge 10.2 into bb-10.2-ext; also, fix MDEV-13015 After restart, InnoDB wrongly thinks that a SEQUENCE is a TABLE
2017-06-15 18:06:55 +03:00
read_only.test
Merge 10.2 into bb-10.2-ext; also, fix MDEV-13015 After restart, InnoDB wrongly thinks that a SEQUENCE is a TABLE
2017-06-15 18:06:55 +03:00
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
MDEV-10139 Support for SEQUENCE objects
2017-04-07 18:09:56 +04:00
replication-slave.opt
MDEV-10139 Support for SEQUENCE objects
2017-04-07 18:09:56 +04:00
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
replication_drop.result
Fix for MDEV-15812 Assert in SEQUENCE when forcing STATEMEMT format
2018-05-06 19:39:48 +03:00
replication_drop.test
Fix for MDEV-15812 Assert in SEQUENCE when forcing STATEMEMT format
2018-05-06 19:39:48 +03:00
replication_mixed.result
MDEV-16234 CREATE TABLE .. SELECT LASTVAL breaks replication
2018-05-22 18:33:18 +03:00
replication_mixed.test
MDEV-16234 CREATE TABLE .. SELECT LASTVAL breaks replication
2018-05-22 18:33:18 +03: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
Added test case for MDEV-13007 ALTER .. ENGINE on temporary sequence may go wrong
2018-05-07 16:39:53 +03:00
temporary.test
Added test case for MDEV-13007 ALTER .. ENGINE on temporary sequence may go wrong
2018-05-07 16:39:53 +03:00
view.result
MDEV-13020 Server crashes in Item_func_nextval::val_int...
2017-07-06 10:59:45 +03:00
view.test
MDEV-13020 Server crashes in Item_func_nextval::val_int...
2017-07-06 10:59:45 +03:00