diff options
author | Igor Babaev <igor@askmonty.org> | 2012-05-08 16:42:55 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2012-05-08 16:42:55 -0700 |
commit | 2a1afc29f252fb189f6e93a2e0d3a1939f8220d5 (patch) | |
tree | 66df935533dfe35df5603e3ccd04e29919cc66ce /mysql-test/t/stat_tables.test | |
parent | 906c9a93a0da7df1e27d776d561c84c48ce7ee6d (diff) | |
download | mariadb-git-2a1afc29f252fb189f6e93a2e0d3a1939f8220d5.tar.gz |
Inverted the option --skip-stat-tables for --stat-tables.
Set it to 0 by default.
Now only the tests that use persistent statistics tables require
starting the server with --stat-tables set on.
Diffstat (limited to 'mysql-test/t/stat_tables.test')
-rw-r--r-- | mysql-test/t/stat_tables.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/stat_tables.test b/mysql-test/t/stat_tables.test index aecb43fe763..47ec0696552 100644 --- a/mysql-test/t/stat_tables.test +++ b/mysql-test/t/stat_tables.test @@ -1,3 +1,4 @@ +--source include/have_stat_tables.inc set @save_optimizer_use_stat_tables=@@optimizer_use_stat_tables; |