Skip to content

Commit 2ed882f

Browse files
committed
update tests and results
s/Execute/Query/ to account for --ps-protocol
1 parent 620d975 commit 2ed882f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ connect (conn1,localhost,root,,);
88

99
connection default;
1010
--sleep 2
11+
--replace_result Execute Query
1112
select DB, command, state, info from information_schema.processlist order by info;
1213
flush logs;
14+
--replace_result Execute Query
1315
select DB, command, state, info from information_schema.processlist order by info;
1416

1517
connection conn1;
@@ -20,6 +22,7 @@ connection default;
2022

2123
connection conn1;
2224
--sleep 2
25+
--replace_result Execute Query
2326
select DB, command, state, info from information_schema.processlist order by info;
2427
set tokudb_checkpoint_lock=0;
2528

storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock_3.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ connect (conn1,localhost,root,,);
77

88
connection default;
99
--sleep 2
10+
--replace_result Execute Query
1011
select DB, command, state, info from information_schema.processlist order by info;
1112
flush logs;
13+
--replace_result Execute Query
1214
select DB, command, state, info from information_schema.processlist order by info;
1315

1416
connection conn1;
@@ -19,6 +21,7 @@ connection default;
1921

2022
connection conn1;
2123
--sleep 2
24+
--replace_result Execute Query
2225
select DB, command, state, info from information_schema.processlist order by info;
2326
set tokudb_checkpoint_lock=0;
2427

0 commit comments

Comments
 (0)