~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
flush logs;
set global expire_logs_days = 3;
show variables like 'log_bin%';
Variable_name	Value
log_bin	OFF
flush logs;
show variables like 'log_bin%';
Variable_name	Value
log_bin	OFF
set global expire_logs_days = 0;