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

Better fix for bug #791: At binlog rotation, INSERTs may not find their way into the binlog

This commit is contained in:
monty@narttu.mysql.fi
2003-07-14 14:59:26 +03:00
parent 60c0fb7b4f
commit df7c1e8165
5 changed files with 30 additions and 23 deletions

View File

@ -14,6 +14,7 @@ slave stop;
eval change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=$SLAVE_MYPORT;
slave start;
sleep 5;
flush logs;
sleep 5;
--replace_result $SLAVE_MYPORT SLAVE_PORT