summaryrefslogtreecommitdiff
path: root/mysql-test/t/flush2.test
blob: fc9e88e3141695ed16fc94d83eadf48026bb4925 (plain)
1
2
3
4
5
6
7
8
9
#
# Bug#17733 Flushing logs causes daily server crash
#
flush logs;
set global expire_logs_days = 3;
show variables like 'log%';
flush logs;
show variables like 'log%';
set global expire_logs_days = 0;