summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
diff options
context:
space:
mode:
authorunknown <igor@olga.mysql.com>2006-07-06 13:40:08 -0700
committerunknown <igor@olga.mysql.com>2006-07-06 13:40:08 -0700
commitcba001b77a3875b437a7b9f58e0ae081ba1d60c4 (patch)
treee627c269131cbb540c25419b17b0e62991ac3825 /sql/item_strfunc.h
parent665d46e1b66b0ebfae69993ad2b43400bda784db (diff)
parent8cb368bcc37bb31fa7a2a2e1231801dcfbcf2385 (diff)
downloadmariadb-git-cba001b77a3875b437a7b9f58e0ae081ba1d60c4.tar.gz
Merge olga.mysql.com:/home/igor/mysql-4.1-opt
into olga.mysql.com:/home/igor/mysql-5.0-opt mysql-test/r/func_str.result: Auto merged mysql-test/t/func_str.test: Auto merged sql/item.h: Auto merged sql/item_strfunc.cc: Auto merged sql/item_strfunc.h: Auto merged
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r--sql/item_strfunc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h
index af59b8d740b..ee5dd0b5c69 100644
--- a/sql/item_strfunc.h
+++ b/sql/item_strfunc.h
@@ -102,6 +102,7 @@ public:
class Item_func_reverse :public Item_str_func
{
+ String tmp_value;
public:
Item_func_reverse(Item *a) :Item_str_func(a) {}
String *val_str(String *);