diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-08-25 23:13:37 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-10 22:27:40 +0200 |
commit | ab34aecff3c6c9c33ca682c90a79ec60d59f42ed (patch) | |
tree | 7d8eaecd0ba11b9b5a5b4020276726e8f67a9be8 /sql/sql_class.h | |
parent | 686f102eb9a9eb4c9b0f713e532b19409b8bbbe6 (diff) | |
download | mariadb-git-ab34aecff3c6c9c33ca682c90a79ec60d59f42ed.tar.gz |
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
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 243cc4459a0..dfa6da5b7ce 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -602,7 +602,6 @@ typedef struct system_variables my_bool tx_read_only; my_bool low_priority_updates; my_bool query_cache_wlock_invalidate; - my_bool engine_condition_pushdown; my_bool keep_files_on_create; my_bool old_mode; |