Skip to content
Permalink
Browse files
Move extra/rpl_tests/table_index_statistics to suite/innodb
  • Loading branch information
montywi committed Mar 29, 2018
1 parent 39018f2 commit 410d093
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
@@ -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;

0 comments on commit 410d093

Please sign in to comment.