mirror of
https://github.com/MariaDB/server.git
synced 2026-01-29 23:09:08 +01:00
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>
12 lines
377 B
Text
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
|