1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

A fix for a random test failure rpl_trunc_binlog: don't RESET MASTER

while the slave is connected.
This commit is contained in:
guilhem@mysql.com
2003-10-17 00:00:25 +02:00
parent 2cd7ef6a7b
commit ce6d736714
2 changed files with 1 additions and 3 deletions

View File

@ -22,5 +22,3 @@ start slave;
sleep 3;
--replace_result $MASTER_MYPORT MASTER_PORT
show slave status;
connection master;
reset master;

View File

@ -1337,7 +1337,7 @@ file '%s', errno %d)", fname, my_errno);
if (init_relay_log_pos(rli,NullS,BIN_LOG_HEADER_SIZE,0 /* no data lock */,
&msg))
{
sql_print_error("Failed to open the relay log 'FIRST' (relay_log_pos 4");
sql_print_error("Failed to open the relay log 'FIRST' (relay_log_pos 4)");
goto err;
}
rli->master_log_name[0]= 0;