flush2.test 210 Bytes
Newer Older
1 2 3 4 5
#
# Bug#17733 Flushing logs causes daily server crash
#
flush logs;
set global expire_logs_days = 3;
6
show variables like 'log_bin%';
7
flush logs;
8
show variables like 'log_bin%';
9
set global expire_logs_days = 0;