mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
8 lines
257 B
Text
8 lines
257 B
Text
--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;
|