1
0
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:
bar@bar.mysql.r18.ru
2003-06-24 15:11:07 +05:00
parent 8bd715daa4
commit 7371150f2d
11 changed files with 212 additions and 183 deletions

View File

@ -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) */