summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-02-03 13:18:30 +0200
committermonty@mysql.com <>2005-02-03 13:18:30 +0200
commit422c2eb868036e8741c4e6d62d7267930c4e69bd (patch)
treee52c0cca0b1936bb8b6332b6f0e724b9666f65f1 /sql/item_strfunc.h
parent12bf600d18b98a8d82167e21a2904ca40071dd75 (diff)
parente7450d9781781666503837d748cf313e3f406f59 (diff)
downloadmariadb-git-422c2eb868036e8741c4e6d62d7267930c4e69bd.tar.gz
4.1 -> 5.0 merge
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 e322e5616a1..97c42c3abf6 100644
--- a/sql/item_strfunc.h
+++ b/sql/item_strfunc.h
@@ -596,6 +596,7 @@ public:
class Item_func_quote :public Item_str_func
{
+ String tmp_value;
public:
Item_func_quote(Item *a) :Item_str_func(a) {}
const char *func_name() const { return "quote"; }