summaryrefslogtreecommitdiff
path: root/sql/set_var.h
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-06-29 12:58:43 +0300
committermonty@mashka.mysql.fi <>2003-06-29 12:58:43 +0300
commit81a84424ee250b77ed8981e301bca64ec1c35f7e (patch)
treed033a2cb19acc7382add71516ff61db3dd936e95 /sql/set_var.h
parent863c563481c2275000dd327fedefde489db007a7 (diff)
downloadmariadb-git-81a84424ee250b77ed8981e301bca64ec1c35f7e.tar.gz
SET CHARACTER SET DEFAULT didn't work (Bug #462)
Diffstat (limited to 'sql/set_var.h')
-rw-r--r--sql/set_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/set_var.h b/sql/set_var.h
index f33f53c5acc..e22c55276a7 100644
--- a/sql/set_var.h
+++ b/sql/set_var.h
@@ -412,6 +412,7 @@ public:
return type != STRING_RESULT; /* Only accept strings */
}
bool check_default(enum_var_type type) { return 0; }
+ void set_default(THD *thd, enum_var_type type);
};