mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
8 lines
253 B
Text
8 lines
253 B
Text
--source include/have_innodb.inc
|
|
|
|
SET @default_storage_engine_old = @@session.default_storage_engine;
|
|
SET SESSION default_storage_engine = INNODB;
|
|
|
|
--source ./table_index_statistics.inc
|
|
|
|
SET SESSION default_storage_engine = @default_storage_engine_old;
|