16 lines
360 B
Plaintext
Executable File
16 lines
360 B
Plaintext
Executable File
#
|
|
# Bug#17733 Flushing logs causes daily server crash
|
|
#
|
|
|
|
--source include/not_embedded.inc
|
|
--source include/not_relay_log_info_table.inc
|
|
|
|
flush logs;
|
|
set global expire_logs_days = 3;
|
|
show variables like 'log_bin%';
|
|
show variables like 'relay_log%';
|
|
flush logs;
|
|
show variables like 'log_bin%';
|
|
show variables like 'relay_log%';
|
|
set global expire_logs_days = 0;
|