summaryrefslogtreecommitdiff
path: root/mysql-test/suite/engines/funcs/t/rpl_row_max_relay_size.test
blob: 3e057d48ec9b5ea3ac2f601601ddaed20da51a0d (plain)
1
2
3
4
5
6
7
8
9
# Test of options max_binlog_size and max_relay_log_size and
# how they act (if max_relay_log_size == 0, use max_binlog_size 
# for relay logs too).
# Test of manual relay log rotation with FLUSH LOGS.

# Requires statement logging
source include/have_binlog_format_row.inc;

source extra/rpl_tests/rpl_max_relay_size.test;