diff options
author | unknown <guilhem@mysql.com> | 2003-10-17 00:00:25 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2003-10-17 00:00:25 +0200 |
commit | 0b8743c1b2da849d876887ea102c44a7ca9c1c37 (patch) | |
tree | f6975c5d89c53b30ccfb13ff2d17e84f719b0aa9 /mysql-test/t/rpl_trunc_binlog.test | |
parent | 1b6cffff79c7a0e560cf2ee0e33224f8c0e5a4fb (diff) | |
download | mariadb-git-0b8743c1b2da849d876887ea102c44a7ca9c1c37.tar.gz |
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
Diffstat (limited to 'mysql-test/t/rpl_trunc_binlog.test')
-rw-r--r-- | mysql-test/t/rpl_trunc_binlog.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/rpl_trunc_binlog.test b/mysql-test/t/rpl_trunc_binlog.test index 11ec0026560..2c34b7a442f 100644 --- a/mysql-test/t/rpl_trunc_binlog.test +++ b/mysql-test/t/rpl_trunc_binlog.test @@ -22,5 +22,3 @@ start slave; sleep 3; --replace_result $MASTER_MYPORT MASTER_PORT show slave status; -connection master; -reset master; |