diff options
author | bar@mysql.com <> | 2004-11-02 16:02:12 +0400 |
---|---|---|
committer | bar@mysql.com <> | 2004-11-02 16:02:12 +0400 |
commit | 6a3b1d443fc461210235d2ea5237ab30a77eb8ef (patch) | |
tree | bfda701b872e8feb1aace99aa6e20993e2150d6b /sql/item_func.h | |
parent | 1e2b370e2f7259897c1403e634639beae57b89a1 (diff) | |
download | mariadb-git-6a3b1d443fc461210235d2ea5237ab30a77eb8ef.tar.gz |
Many files:
Allow mixing of different character sets for more SQL functions.
item_func.h:
Allow mixing of different character sets for more SQL functions..
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index 963038227a2..ce2b34499d6 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -145,7 +145,8 @@ public: bool agg_arg_collations_for_comparison(DTCollation &c, Item **items, uint nitems, uint flags= 0); - + bool agg_arg_charsets(DTCollation &c, Item **items, uint nitems, + uint flags= 0); bool walk(Item_processor processor, byte *arg); }; |