mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 08:45:18 +03:00
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.
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
|
|
--echo #
|
|
set @@default_storage_engine= MyISAM;
|
|
|
|
--source include/alter_table_mdev539.inc
|
|
|
|
set @@default_storage_engine= default;
|