mariadb/mysql-test/suite/binlog
Nikita Malyavin d2f3bf4d50 Remove parent table reference from Global temporary tables
A reference to parent table causes connection hangs in some situations.
While these situations usually signify some problem behind, it's not a
convenient behavior for users, even in case of bugs.

The only place where the parent share was accessed is checking the table
version match in TABLE_LIST::is_the_same_definition. Instead of
substituting the table to check, assign a parent tabledef_version on a
child table creation in open_global_temporary_table.

Also fixes MDEV-37594.

This commit should be squashed with a base feature commit after review.
2025-09-12 20:38:10 +02:00
..
include Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
r Remove parent table reference from Global temporary tables 2025-09-12 20:38:10 +02:00
std_data MDEV-30128 remove support for 5.1- replication events 2023-02-05 22:02:30 +01:00
t MDEV-35915 Implement Global temporary tables 2025-09-12 17:17:38 +02:00
combinations
disabled.def MDEV-30940: Revert "binlog.innodb_rc_insert_before_delete is disabled with MDEV-30490" 2023-01-30 21:28:21 +01:00
my.cnf MDEV-31404 Implement binlog_space_limit 2024-02-14 15:02:21 +01:00