summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorunknown <ramil/ram@ramil.myoffice.izhnet.ru>2007-10-29 13:42:02 +0400
committerunknown <ramil/ram@ramil.myoffice.izhnet.ru>2007-10-29 13:42:02 +0400
commit9b241a7df32501a27e83826261dab9d109a5754f (patch)
treee9eaaf5d6da522e67635a3fdb6e973103b8c1a99 /sql/item_cmpfunc.h
parent6c9993f7203f13f5d8be04c5df63697bce19e7d4 (diff)
parent90081aedc697902a911f2c336f7deb64146a9339 (diff)
downloadmariadb-git-9b241a7df32501a27e83826261dab9d109a5754f.tar.gz
Merge mysql.com:/home/ram/work/mysql-5.0-maint
into mysql.com:/home/ram/work/b30782/b30782.5.0 sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 2ea155b3fac..1f4359c454b 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -753,6 +753,8 @@ public:
void print(String *str);
Item *find_item(String *str);
CHARSET_INFO *compare_collation() { return cmp_collation.collation; }
+ void agg_str_lengths(Item *arg);
+ void agg_num_lengths(Item *arg);
};