1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#38603:

The patch adds restart of mysql server and replacing of binlog file 
when mysql server is stopped.
This commit is contained in:
Serge Kozlov
2009-02-03 00:26:49 +03:00
parent d34ae8c724
commit 84a237b914
2 changed files with 29 additions and 18 deletions

View File

@ -862,6 +862,9 @@ drop table t21,t31;
drop table t11;
STOP SLAVE;
FLUSH LOGS;
--> Stop master server
--> Start master server
--> Master binlog: Server ver: 5.0.16-debug-log, Binlog ver: 4
RESET SLAVE;
START SLAVE;
SELECT MASTER_POS_WAIT('master-bin.000001', 513) >= 0;