mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02: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:
parent
415797f1a6
commit
45bc7574fb
260 changed files with 802 additions and 768 deletions
|
|
@ -1,6 +1,6 @@
|
|||
SET global query_cache_type=ON;
|
||||
SET local query_cache_type=ON;
|
||||
SET SESSION STORAGE_ENGINE = myisam;
|
||||
SET SESSION DEFAULT_STORAGE_ENGINE = myisam;
|
||||
drop table if exists t1;
|
||||
set @save_query_cache_size = @@global.query_cache_size;
|
||||
# Test that partitions works with query cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue