mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Coercibility is now stored in user vars
This commit is contained in:
@ -935,6 +935,7 @@ class user_var_entry
|
||||
ulong length, update_query_id, used_query_id;
|
||||
Item_result type;
|
||||
CHARSET_INFO *var_charset;
|
||||
enum Item::coercion var_coercibility;
|
||||
};
|
||||
|
||||
/* Class for unique (removing of duplicates) */
|
||||
|
Reference in New Issue
Block a user