diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-01-27 12:10:53 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-01-27 12:10:53 +0100 |
commit | ebaac51c2f047892cdfc0e30415a4880df9de2e8 (patch) | |
tree | fa61c41711c3f042ada713108d0b97c613de6d74 /storage/tokudb | |
parent | 879a05ce3f95a2abb3d9c50459e73fdb6094ed19 (diff) | |
download | mariadb-git-ebaac51c2f047892cdfc0e30415a4880df9de2e8.tar.gz |
mtr: check that tests clean up debug_sync. fix tests that didn't.
Diffstat (limited to 'storage/tokudb')
-rw-r--r-- | storage/tokudb/mysql-test/tokudb_mariadb/r/optimize.result | 1 | ||||
-rw-r--r-- | storage/tokudb/mysql-test/tokudb_mariadb/t/optimize.test | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/storage/tokudb/mysql-test/tokudb_mariadb/r/optimize.result b/storage/tokudb/mysql-test/tokudb_mariadb/r/optimize.result index 3fafa68f907..5151f2bc895 100644 --- a/storage/tokudb/mysql-test/tokudb_mariadb/r/optimize.result +++ b/storage/tokudb/mysql-test/tokudb_mariadb/r/optimize.result @@ -11,3 +11,4 @@ set debug_sync='now SIGNAL go'; Table Op Msg_type Msg_text test.t1 optimize status OK drop table t1; +set debug_sync='reset'; diff --git a/storage/tokudb/mysql-test/tokudb_mariadb/t/optimize.test b/storage/tokudb/mysql-test/tokudb_mariadb/t/optimize.test index 20a6daf43fc..0eae53e77f9 100644 --- a/storage/tokudb/mysql-test/tokudb_mariadb/t/optimize.test +++ b/storage/tokudb/mysql-test/tokudb_mariadb/t/optimize.test @@ -14,4 +14,5 @@ connection default; reap; drop table t1; +set debug_sync='reset'; |