summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb/r
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-06-11 22:47:30 +0200
committerSergei Golubchik <serg@mariadb.org>2016-06-11 22:47:30 +0200
commit22d7860d78a8c52602c2b9e8cab6b459c0ee18a1 (patch)
tree5ea9f694edc18b73cfd90338330ec77305662f96 /storage/tokudb/mysql-test/tokudb/r
parentdde558f2621094027ef4b6ea756f119f934f6a5b (diff)
downloadmariadb-git-22d7860d78a8c52602c2b9e8cab6b459c0ee18a1.tar.gz
fix tokudb tests after the merge
Diffstat (limited to 'storage/tokudb/mysql-test/tokudb/r')
-rw-r--r--storage/tokudb/mysql-test/tokudb/r/card_auto_analyze_lots.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/tokudb/mysql-test/tokudb/r/card_auto_analyze_lots.result b/storage/tokudb/mysql-test/tokudb/r/card_auto_analyze_lots.result
index c665ef758a4..662ffbade25 100644
--- a/storage/tokudb/mysql-test/tokudb/r/card_auto_analyze_lots.result
+++ b/storage/tokudb/mysql-test/tokudb/r/card_auto_analyze_lots.result
@@ -798,3 +798,8 @@ SHOW INDEX FROM ar_1;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_comment
ar_1 0 PRIMARY 1 a A 1 NULL NULL BTREE
ar_1 1 bkey 1 b A 1 NULL NULL YES BTREE
+SET SESSION tokudb_auto_analyze = @orig_auto_analyze;
+SET SESSION tokudb_analyze_in_background = @orig_in_background;
+SET SESSION tokudb_analyze_mode = @orig_mode;
+SET SESSION tokudb_analyze_throttle = @orig_throttle;
+SET SESSION tokudb_analyze_time = @orig_time;