mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
User variables didn't store charset, so this didn't work
as expected and returned default charset instead: SET @x = _koi8_ru'test'; SELECT CHARSET(@x);
This commit is contained in:
@ -830,6 +830,7 @@ class user_var_entry
|
||||
char *value;
|
||||
ulong length, update_query_id;
|
||||
Item_result type;
|
||||
CHARSET_INFO *var_charset;
|
||||
};
|
||||
|
||||
/* Class for unique (removing of duplicates) */
|
||||
|
Reference in New Issue
Block a user