1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

while the slave is connected.


mysql-test/t/rpl_trunc_binlog.test:
  don't RESET MASTER while the slave is connected; this could confuse the master or slave.
  (In replication you don't RESET MASTER while a slave is connected!)
sql/slave.cc:
  typo
This commit is contained in:
unknown
2003-10-17 00:00:25 +02:00
parent 1b6cffff79
commit 0b8743c1b2
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;