mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
skip_name_resolve.result, skip_name_resolve.test:
Ignore columns with unpredictable values. rpl_relayrotate.result: Changed result file to match change in test
This commit is contained in:
@ -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()
|
|||||||
#
|
#
|
||||||
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';
|
|||||||
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;
|
||||||
|
Reference in New Issue
Block a user