update tests and results

s/Execute/Query/ to account for --ps-protocol
This commit is contained in:
Sergei Golubchik 2016-03-17 17:38:12 +01:00
parent 620d975ecd
commit 2ed882f9c4
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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;