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

BUG#15965353- RPL.RPL_ROW_UNTIL FAILS ON PB2,

PLATFORM= MACOSX10.6 X86_64 MAX

            post push fix
This commit is contained in:
Shivji Kumar Jha
2013-02-19 01:58:57 +05:30
parent 9054179b25
commit 85c299dd98
2 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,8 @@ ERROR HY000: Incorrect parameter or combination of parameters for START SLAVE UN
START SLAVE UNTIL RELAY_LOG_FILE='slave-relay-bin.000002', MASTER_LOG_POS=MASTER_LOG_POS;
ERROR HY000: Incorrect parameter or combination of parameters for START SLAVE UNTIL
START SLAVE UNTIL MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=MASTER_LOG_POS;
include/stop_slave.inc
RESET SLAVE;
include/start_slave.inc
include/rpl_reset.inc
CREATE TABLE t1 (a INT);