mariadb/mysql-test/suite/binlog
Monty 0bd711d35b MDEV-36980 Assertion `thd->mdl_context.is_lock_owner()...fails in close_thread_table
The problem is that a few constructs are missing from atomic create table
patch that is not yet committed:

- table_creation_was_logged is now set to 1 when logging create temporary.
- Testing for BINLOG_FORMAT_STMT changed to binlog_create_tmp_table() to
  take create_tmp_table_binlog_formats value into account.
- When logging the table creation of temporary tables to the binlog, the
  source table was used instead of the newly temporary table.
2025-07-14 09:10:21 +03:00
..
include Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
r MDEV-36980 Assertion `thd->mdl_context.is_lock_owner()...fails in close_thread_table 2025-07-14 09:10:21 +03:00
std_data MDEV-30128 remove support for 5.1- replication events 2023-02-05 22:02:30 +01:00
t MDEV-36980 Assertion `thd->mdl_context.is_lock_owner()...fails in close_thread_table 2025-07-14 09:10:21 +03:00
combinations WL#4350 Options in my.cnf style config file should not start with -- 2008-09-05 15:31:09 +02:00
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