mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-18650: Options deprecated in previous versions - storage_engine
Remove usage of deprecated variable storage_engine. It was deprecated in 5.5 but it never issued a deprecation warning. Make it issue a warning in 10.5.1. Replaced with default_storage_engine.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
--source include/big_test.inc
|
||||
--source include/default_optimizer_switch.inc
|
||||
|
||||
SET SESSION STORAGE_ENGINE='InnoDB';
|
||||
SET SESSION DEFAULT_STORAGE_ENGINE='InnoDB';
|
||||
|
||||
set @save_optimizer_switch_for_selectivity_test=@@optimizer_switch;
|
||||
set optimizer_switch='extended_keys=on';
|
||||
@ -177,4 +177,4 @@ drop view v1;
|
||||
set use_stat_tables= @tmp_ust;
|
||||
set optimizer_use_condition_selectivity= @tmp_oucs;
|
||||
set @@global.histogram_size=@save_histogram_size;
|
||||
SET SESSION STORAGE_ENGINE=DEFAULT;
|
||||
SET SESSION DEFAULT_STORAGE_ENGINE=DEFAULT;
|
||||
|
Reference in New Issue
Block a user