diff options
Diffstat (limited to 'sql/set_var.h')
-rw-r--r-- | sql/set_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/set_var.h b/sql/set_var.h index c029f83788f..11de6ceafe5 100644 --- a/sql/set_var.h +++ b/sql/set_var.h @@ -812,7 +812,7 @@ public: void warn_deprecated(THD *thd); void set_default(THD *thd, enum_var_type type); bool update(THD *thd, set_var *var); -} +}; class sys_var_thd_lc_time_names :public sys_var_thd |