summaryrefslogtreecommitdiff
path: root/mysql-test/t/stat_tables_innodb.test
blob: 04e81de8f9d3e8c3d4a891221b4f23a99890882a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--source include/have_innodb.inc

SET SESSION STORAGE_ENGINE='InnoDB';

set @save_optimizer_switch_for_stat_tables_test=@@optimizer_switch;
set optimizer_switch='extended_keys=on';

--source stat_tables.test

set optimizer_switch=@save_optimizer_switch_for_stat_tables_test;

SET SESSION STORAGE_ENGINE=DEFAULT;