mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Move extra/rpl_tests/table_index_statistics to suite/innodb
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
SET @default_storage_engine_old = @@session.default_storage_engine;
|
||||
SET SESSION default_storage_engine = INNODB;
|
||||
|
||||
--source extra/table_index_statistics.inc
|
||||
--source ./table_index_statistics.inc
|
||||
|
||||
SET SESSION default_storage_engine = @default_storage_engine_old;
|
||||
|
Reference in New Issue
Block a user