Commit 1604acd9 authored by mkindahl@dl145h.mysql.com's avatar mkindahl@dl145h.mysql.com

Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl-merge

into  dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl-merge
parents d6fd94f7 ed698cf5
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
--source include/master-slave.inc --source include/master-slave.inc
reset master;
# #
# remove all users will be used in the test # remove all users will be used in the test
# #
connection master;
set session sql_log_bin=0; set session sql_log_bin=0;
delete from mysql.user where Host='fakehost'; delete from mysql.user where Host='fakehost';
set session sql_log_bin=1; set session sql_log_bin=1;
connection slave; connection slave;
set session sql_log_bin=0; set session sql_log_bin=0;
delete from mysql.user where Host='fakehost'; delete from mysql.user where Host='fakehost';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment