mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Coercibility is now stored in user vars
sql/item.h: Change constant values order according to the word "coercibility" nature sql/item_func.cc: Change constant values order according to the word "coercibility" nature
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