mariadb/mysql-test/suite/innodb/t/table_index_statistics.test

9 lines
257 B
Text
Raw Normal View History

--source include/have_innodb.inc
SET @default_storage_engine_old = @@session.default_storage_engine;
SET SESSION default_storage_engine = INNODB;
--source extra/table_index_statistics.inc
SET SESSION default_storage_engine = @default_storage_engine_old;