summaryrefslogtreecommitdiffstats
path: root/storage/rocksdb/mysql-test/rocksdb_rpl/t/rpl_crash_safe_wal_corrupt.test
blob: 0e40e5423a2046aa362ad4e8153e131f4ae1ec27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--source suite/rocksdb_rpl/t/rpl_gtid_crash_safe_wal_corrupt.inc

connection slave;
--let slave_pid_file= query_get_value(SELECT @@pid_file, @@pid_file, 1)

# Verify the log file contains the Last binlog line, but only if the slave server's pid is found
--exec perl suite/rocksdb_rpl/t/rpl_check_for_binlog_info.pl $slave_pid_file $MYSQLTEST_VARDIR/log/mysqld.2.err

--disable_query_log
connection slave;
call mtr.add_suppression("Recovery from master pos");
--enable_query_log