summaryrefslogtreecommitdiff
path: root/sql/set_var.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-03-30 22:13:25 +0300
committermonty@mysql.com <>2004-03-30 22:13:25 +0300
commit34df0b3d1ce2610f27666e4511eb740365165ef6 (patch)
tree0b847162823e0120e6594218ea49b7cfff43a864 /sql/set_var.h
parentf602829c7590e44e0c82ada24cab5c7cff7ebc63 (diff)
downloadmariadb-git-34df0b3d1ce2610f27666e4511eb740365165ef6.tar.gz
Force clients to recompile if client lib changes (Bug #3009)
Diffstat (limited to 'sql/set_var.h')
-rw-r--r--sql/set_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/set_var.h b/sql/set_var.h
index fbc03af714c..1cac2953a21 100644
--- a/sql/set_var.h
+++ b/sql/set_var.h
@@ -505,7 +505,7 @@ public:
sys_var_character_set(const char *name_arg) :sys_var_thd(name_arg)
{ nullable= 0; }
bool check(THD *thd, set_var *var);
-SHOW_TYPE type() { return SHOW_CHAR; }
+ SHOW_TYPE type() { return SHOW_CHAR; }
bool check_update_type(Item_result type)
{
return type != STRING_RESULT; /* Only accept strings */