update tests and results
s/Execute/Query/ to account for --ps-protocol
This commit is contained in:
parent
620d975ecd
commit
2ed882f9c4
@ -8,8 +8,10 @@ connect (conn1,localhost,root,,);
|
||||
|
||||
connection default;
|
||||
--sleep 2
|
||||
--replace_result Execute Query
|
||||
select DB, command, state, info from information_schema.processlist order by info;
|
||||
flush logs;
|
||||
--replace_result Execute Query
|
||||
select DB, command, state, info from information_schema.processlist order by info;
|
||||
|
||||
connection conn1;
|
||||
@ -20,6 +22,7 @@ connection default;
|
||||
|
||||
connection conn1;
|
||||
--sleep 2
|
||||
--replace_result Execute Query
|
||||
select DB, command, state, info from information_schema.processlist order by info;
|
||||
set tokudb_checkpoint_lock=0;
|
||||
|
||||
|
@ -7,8 +7,10 @@ connect (conn1,localhost,root,,);
|
||||
|
||||
connection default;
|
||||
--sleep 2
|
||||
--replace_result Execute Query
|
||||
select DB, command, state, info from information_schema.processlist order by info;
|
||||
flush logs;
|
||||
--replace_result Execute Query
|
||||
select DB, command, state, info from information_schema.processlist order by info;
|
||||
|
||||
connection conn1;
|
||||
@ -19,6 +21,7 @@ connection default;
|
||||
|
||||
connection conn1;
|
||||
--sleep 2
|
||||
--replace_result Execute Query
|
||||
select DB, command, state, info from information_schema.processlist order by info;
|
||||
set tokudb_checkpoint_lock=0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user