mariadb/mysql-test/t/stat_tables_innodb.test
Igor Babaev 1c0a89afcc The pilot implementation of mwl#250: Use the statistics from persistent
statistical tables instead of the statistics provided by engine.
2012-04-11 17:14:06 -07:00

7 lines
135 B
Text

--source include/have_innodb.inc
SET SESSION STORAGE_ENGINE='InnoDB';
--source stat_tables.test
SET SESSION STORAGE_ENGINE=DEFAULT;