mariadb/mysql-test/suite/versioning
Aleksey Midenkov d966e55c0a MDEV-31903 Server crashes in _ma_reset_history upon UNLOCK table with auto-create history partitions
When INSERT does auto-create for t1 all its handler instances are
closed by alter_close_table(). At this time down the stack
maria_close() clears share->state_history. Later when we unlock the
tables Aria transaction manager accesses old share instance (the one
before t1 was closed) and tries to reset its state_history.

The problem is maria_close() didn't remove table from transaction's
list (used_tables). The fix does _ma_remove_table_from_trnman() which
is triggered by HA_EXTRA_PREPARE_FOR_RENAME.
2024-04-02 00:11:34 +03:00
..
r MDEV-31903 Server crashes in _ma_reset_history upon UNLOCK table with auto-create history partitions 2024-04-02 00:11:34 +03:00
t MDEV-31903 Server crashes in _ma_reset_history upon UNLOCK table with auto-create history partitions 2024-04-02 00:11:34 +03:00
common.inc Merge branch '10.6' into 10.9 2023-08-04 08:01:06 +02:00
common.opt
common_finish.inc Merge branch '10.6' into 10.9 2023-08-04 08:01:06 +02:00
disabled.def
engines.combinations MDEV-16937 Strict SQL with system versioned tables causes issues (10.4) 2020-05-29 11:45:19 +03:00
engines.inc
innodb.combinations
innodb.inc
key_type.combinations
key_type.inc
wait_system_clock.inc