summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sys_vars.cc')
-rw-r--r--sql/sys_vars.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sys_vars.cc b/sql/sys_vars.cc
index 4bf202813f3..881c6715ba2 100644
--- a/sql/sys_vars.cc
+++ b/sql/sys_vars.cc
@@ -2382,6 +2382,7 @@ export const char *optimizer_switch_names[]=
"table_elimination",
"extended_keys",
"exists_to_in",
+ "condition_pushdown_for_derived",
"default", NullS
};
static bool fix_optimizer_switch(sys_var *self, THD *thd,