mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
The pilot patch for mwl#253.
This commit is contained in:
12
mysql-test/t/selectivity_innodb.test
Normal file
12
mysql-test/t/selectivity_innodb.test
Normal file
@@ -0,0 +1,12 @@
|
||||
--source include/have_innodb.inc
|
||||
|
||||
SET SESSION STORAGE_ENGINE='InnoDB';
|
||||
|
||||
set @save_optimizer_switch_for_selectivity_test=@@optimizer_switch;
|
||||
set optimizer_switch='extended_keys=on';
|
||||
|
||||
--source selectivity.test
|
||||
|
||||
set optimizer_switch=@save_optimizer_switch_for_selectivity_test;
|
||||
|
||||
SET SESSION STORAGE_ENGINE=DEFAULT;
|
||||
Reference in New Issue
Block a user