mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
New class DTCollation (SQL:2003 calls it "declared type collation")
It's a combination of collation and its derivation (precedence order)
This commit is contained in:
@ -975,8 +975,7 @@ class user_var_entry
|
||||
char *value;
|
||||
ulong length, update_query_id, used_query_id;
|
||||
Item_result type;
|
||||
CHARSET_INFO *var_charset;
|
||||
enum Item::coercion var_coercibility;
|
||||
DTCollation collation;
|
||||
};
|
||||
|
||||
/* Class for unique (removing of duplicates) */
|
||||
|
Reference in New Issue
Block a user