mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-6513 deprecate engine_condition_pushdown value of the @@optimizer_switch
* ignore the OPTIMIZER_SWITCH_ENGINE_CONDITION_PUSHDOWN bit * issue a deprecation warning on 'engine_condition_pushdown=on' * remove unused remains of the old pre-5.5 engine_condition_pushdown variable
This commit is contained in:
@ -558,7 +558,6 @@ enum options_mysqld
|
||||
OPT_DEBUG_SYNC_TIMEOUT,
|
||||
OPT_DELAY_KEY_WRITE_ALL,
|
||||
OPT_DEPRECATED_OPTION,
|
||||
OPT_ENGINE_CONDITION_PUSHDOWN,
|
||||
OPT_IGNORE_DB_DIRECTORY,
|
||||
OPT_ISAM_LOG,
|
||||
OPT_KEY_BUFFER_SIZE,
|
||||
|
Reference in New Issue
Block a user