diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-11-27 18:20:24 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-11-27 18:20:24 -0700 |
commit | 08fc358542509a63e04eb544885d03f10c576a22 (patch) | |
tree | 9162f72dd22e4223cb1b3da255a9e1e53e07632a /mysql-test/r | |
parent | 312e5e82c0b17983bc3ac43b50fac891cccf0ea2 (diff) | |
download | mariadb-git-08fc358542509a63e04eb544885d03f10c576a22.tar.gz |
fixed alias drop bug in binlog
fixed skip counter to do the RightThing (TM) when the user messes up.
Still do RightThing when he gets it right.
mysql-test/r/rpl000016.result:
updated test result
mysql-test/t/rpl000013.test:
test alias bug
mysql-test/t/rpl000016.test:
test for proper skip when the user messes up
sql/slave.cc:
proper skip even when the user goofs up
sql/sql_base.cc:
drop real name, not last used alias in the log
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/rpl000016.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rpl000016.result b/mysql-test/r/rpl000016.result index abe4275a124..1390291f1e8 100644 --- a/mysql-test/r/rpl000016.result +++ b/mysql-test/r/rpl000016.result @@ -10,7 +10,7 @@ master-bin.003 Log_name master-bin.003 Master_Host Master_User Master_Port Connect_retry Log_File Pos Slave_Running Replicate_do_db Replicate_ignore_db Last_errno Last_error Skip_counter -127.0.0.1 root 9999 60 master-bin.003 184 Yes 0 0 +127.0.0.1 root 9999 60 master-bin.003 206 Yes 0 0 m 34 65 |