mariadb/mysql-test/suite/binlog_in_engine/rpl_parallel_temptable.test
Kristian Nielsen af69b1c4ca Binlog-in-engine: Report master restart to slave
Write a single format description event to the engine binlog at server
startup.

This format description event - like for the legacy binlog - is used to
inform the slave server about the master restart. This is used by the slave
to drop any temporary tables that were binlogged by the master before the
restart, and are now implicitly dropped by the restart.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2026-01-16 14:57:13 +01:00

12 lines
377 B
Text

--source include/have_debug.inc
# Valgrind does not work well with test that crashes the server
--source include/not_valgrind.inc
--let $rpl_topology=1->2
--source include/rpl_init.inc
--source include/have_binlog_format_statement.inc
--source include/have_innodb_binlog.inc
--let $binlog_in_engine= 1
--source include/rpl_parallel_temptable.inc
--source include/rpl_end.inc