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:
@ -15,9 +15,9 @@
|
||||
# limit the test to engines which support INSERT DELAYED
|
||||
disable_query_log;
|
||||
--require include/true.require
|
||||
select @@global.storage_engine in
|
||||
select @@global.default_storage_engine in
|
||||
("memory","myisam","archive","blackhole") and
|
||||
@@session.storage_engine in
|
||||
@@session.default_storage_engine in
|
||||
("memory","myisam","archive","blackhole") as `TRUE`;
|
||||
enable_query_log;
|
||||
|
||||
|
Reference in New Issue
Block a user