1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Move extra/rpl_tests/table_index_statistics to suite/innodb

This commit is contained in:
Monty
2018-03-23 18:58:06 +02:00
parent 39018f2a5a
commit 410d093089
3 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -3,6 +3,6 @@
SET @default_storage_engine_old = @@session.default_storage_engine;
SET SESSION default_storage_engine = TOKUDB;
--source extra/table_index_statistics.inc
--source suite/innodb/t/table_index_statistics.inc
SET SESSION default_storage_engine = @default_storage_engine_old;