mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
10 lines
202 B
Text
10 lines
202 B
Text
|
#
|
||
|
# 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;
|