diff options
author | igor@rurik.mysql.com <> | 2004-02-19 17:12:31 -0800 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2004-02-19 17:12:31 -0800 |
commit | bae2554367994e624e9fdab3ac31fd20bee271f4 (patch) | |
tree | c2ee3ed933ff64145dcb7482e2e5fedf61865516 /sql/item_cmpfunc.h | |
parent | e720c2ce699ddce6bbee71e9599cc55856c7583d (diff) | |
download | mariadb-git-bae2554367994e624e9fdab3ac31fd20bee271f4.tar.gz |
sql_select.cc, item_cmpfunc.h:
After merge fix for collation.
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index 39b4e1802e1..b90489ffeea 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -1020,6 +1020,8 @@ public: bool walk(Item_processor processor, byte *arg); Item *transform(Item_transformer transformer, byte *arg); void print(String *str); + CHARSET_INFO *compare_collation() + { return fields.head()->collation.collation; } }; class COND_EQUAL |