diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-03-17 17:38:12 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-03-21 11:43:19 +0100 |
commit | 2ed882f9c454e7c05b9ee81f7af37015fb8e7c68 (patch) | |
tree | cbde30d69106fb1dc84b0da6a57240e601023c37 | |
parent | 620d975ecd05fe9d91e3860e6af0a674da433acf (diff) | |
download | mariadb-git-2ed882f9c454e7c05b9ee81f7af37015fb8e7c68.tar.gz |
update tests and results
s/Execute/Query/ to account for --ps-protocol
-rw-r--r-- | storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock.test | 3 | ||||
-rw-r--r-- | storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock_3.test | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock.test b/storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock.test index d57a59b22e5..607b1991e26 100644 --- a/storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock.test +++ b/storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock.test @@ -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; diff --git a/storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock_3.test b/storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock_3.test index 64c0f491f9a..91d7e59bee6 100644 --- a/storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock_3.test +++ b/storage/tokudb/mysql-test/tokudb_bugs/t/checkpoint_lock_3.test @@ -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; |