Commit 410d0930 authored by Monty's avatar Monty

Move extra/rpl_tests/table_index_statistics to suite/innodb

parent 39018f2a
......@@ -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;
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment