mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Merge naruto.:C:/cpp/bug17733/my50-bug17733
into naruto.:C:/cpp/mysql-5.0-maint
This commit is contained in:
1
mysql-test/t/flush2-master.opt
Normal file
1
mysql-test/t/flush2-master.opt
Normal file
@@ -0,0 +1 @@
|
||||
--disable-log-bin
|
9
mysql-test/t/flush2.test
Normal file
9
mysql-test/t/flush2.test
Normal file
@@ -0,0 +1,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;
|
Reference in New Issue
Block a user