Commit 3e23de49 authored by kent@mysql.com's avatar kent@mysql.com

skip_name_resolve.result, skip_name_resolve.test:

  Ignore columns with unpredictable values.
rpl_relayrotate.result:
  Changed result file to match change in test
parent 51184add
...@@ -10,9 +10,6 @@ reset slave; ...@@ -10,9 +10,6 @@ reset slave;
start slave; start slave;
stop slave; stop slave;
start slave; start slave;
select master_pos_wait('master-bin.001',3000)>=0;
master_pos_wait('master-bin.001',3000)>=0
1
select max(a) from t1; select max(a) from t1;
max(a) max(a)
8000 8000
......
...@@ -10,5 +10,5 @@ user() ...@@ -10,5 +10,5 @@ user()
# #
show processlist; show processlist;
Id User Host db Command Time State Info Id User Host db Command Time State Info
# root # test Sleep # NULL <id> root <host> test <command> <time> <state> <info>
# root # test Query # NULL show processlist <id> root <host> test <command> <time> <state> <info>
...@@ -15,6 +15,6 @@ DROP USER mysqltest_1@'127.0.0.1/255.255.255.255'; ...@@ -15,6 +15,6 @@ DROP USER mysqltest_1@'127.0.0.1/255.255.255.255';
connect (con1, 127.0.0.1, root, , test, $MASTER_MYPORT, ); connect (con1, 127.0.0.1, root, , test, $MASTER_MYPORT, );
--replace_column 1 # --replace_column 1 #
select user(); select user();
--replace_column 1 # 6 # 3 # --replace_column 1 <id> 3 <host> 5 <command> 6 <time> 7 <state> 8 <info>
show processlist; show processlist;
connection default; connection default;
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