mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SET CHARACTER SET DEFAULT didn't work (Bug #462)
BUILD/compile-pentium-debug-max: Removed -DBIG_TABLES because of problems with gdb 5.3 sql/set_var.cc: SET CHARACTER SET DEFAULT didn't work sql/set_var.h: SET CHARACTER SET DEFAULT didn't work
This commit is contained in:
@ -1083,6 +1083,11 @@ byte *sys_var_thd_conv_charset::value_ptr(THD *thd, enum_var_type type)
|
||||
}
|
||||
|
||||
|
||||
void sys_var_thd_conv_charset::set_default(THD *thd, enum_var_type type)
|
||||
{
|
||||
thd->variables.convert_set= global_system_variables.convert_set;
|
||||
}
|
||||
|
||||
|
||||
bool sys_var_timestamp::update(THD *thd, set_var *var)
|
||||
{
|
||||
|
Reference in New Issue
Block a user