Commit 2ed882f9 authored by Sergei Golubchik's avatar Sergei Golubchik

update tests and results

s/Execute/Query/ to account for --ps-protocol
parent 620d975e
......@@ -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;
......
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