summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_max_binlog_size_func.result
blob: 08c1ea407fd402615b9cf2146260c2dd7a2c0ba7 (plain)
1
2
3
4
5
DROP TABLE IF EXISTS t1;
'--- check if log file is rotated after 4096 bytes ----' 
SET @@global.max_binlog_size = 4096;
CREATE TABLE t1(a CHAR(5));
'mylog.000002 exists'