From 64d7734f3827ea28f6463978cde5a97de212dcf9 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 24 Jun 2003 15:11:07 +0500 Subject: New class DTCollation (SQL:2003 calls it "declared type collation") It's a combination of collation and its derivation (precedence order) --- sql/item_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/item_func.h') diff --git a/sql/item_func.h b/sql/item_func.h index 8ef2b85de52..4e39833c467 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -943,7 +943,7 @@ public: longlong val_int(); String *val_str(String *str); void update_hash(void *ptr, uint length, enum Item_result type, - CHARSET_INFO *cs, enum coercion coercibility); + CHARSET_INFO *cs, Derivation dv); bool update(); enum Item_result result_type () const { return cached_result_type; } bool fix_fields(THD *thd, struct st_table_list *tables, Item **ref); -- cgit v1.2.1