~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
#
2
# Bug#17733 Flushing logs causes daily server crash
3
#
4
flush logs;
5
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;