mariadb/storage/rocksdb/mysql-test
Monty 6765cc6077 Fixed assertion Assertion `!table->pos_in_locked_tables' failed
MDEV-17717
Assertion `!table->pos_in_locked_tables' failed in tc_release_table on
flushing RocksDB table under SERIALIZABLE
MDEV-17998
Deadlock and eventual Assertion `!table->pos_in_locked_tables' failed
in tc_release_table on KILL_TIMEOUT
MDEV-19591
Assertion `!table->pos_in_locked_tables' failed in tc_release_table upon
altering table into S3 under lock.

The problem was that thd->open_tables->pos_in_locked_tables was not reset
when alter table failed to reopen a locked table.
2019-08-08 23:08:23 +03:00
..
rocksdb Fixed assertion Assertion `!table->pos_in_locked_tables' failed 2019-08-08 23:08:23 +03:00
rocksdb_hotbackup
rocksdb_rpl RocksDB: Do not test bogus parameter slave_gtid_info 2019-07-25 17:42:33 +03:00
rocksdb_stress
rocksdb_sys_vars MyRocks: dont show read-Free replication variables 2019-06-20 15:29:17 +03:00
storage_engine