diff options
author | unknown <bar@mysql.com> | 2005-07-26 12:53:06 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2005-07-26 12:53:06 +0500 |
commit | d66d45ef8e253b69daf006b0162a719bd8a7bf1a (patch) | |
tree | cd876be0fee79154541a56771ef488d7c4a0d6a9 /sql/item.h | |
parent | 6bac3d43097314a1afc639f472401d13de8121e7 (diff) | |
parent | 8624bcfdbefb99e39a0f50e6e4937781c9417c38 (diff) | |
download | mariadb-git-d66d45ef8e253b69daf006b0162a719bd8a7bf1a.tar.gz |
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/home/bar/mysql-4.1.b10201
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index 895463ceeca..825b37fe64c 100644 --- a/sql/item.h +++ b/sql/item.h @@ -330,6 +330,15 @@ public: }; +bool agg_item_collations(DTCollation &c, const char *name, + Item **items, uint nitems, uint flags= 0); +bool agg_item_collations_for_comparison(DTCollation &c, const char *name, + Item **items, uint nitems, + uint flags= 0); +bool agg_item_charsets(DTCollation &c, const char *name, + Item **items, uint nitems, uint flags= 0); + + class Item_num: public Item { public: |