diff options
author | unknown <kostja@bodhi.local> | 2006-07-08 04:07:43 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.local> | 2006-07-08 04:07:43 +0400 |
commit | e1f3149c1685a9e186d67bc2f8024570ab1edb48 (patch) | |
tree | b138592d281b153e08515ecdb6ec94776a9e45c2 /sql/set_var.h | |
parent | 60b7f9d645ae7da75249ab0611d1ed4f7a89f782 (diff) | |
download | mariadb-git-e1f3149c1685a9e186d67bc2f8024570ab1edb48.tar.gz |
A post-merge fix.
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 |