diff options
author | jimw@mysql.com <> | 2005-02-02 08:21:11 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-02-02 08:21:11 -0800 |
commit | 5f0c4ff14026396d4da6cfbfd24bf4012529a74f (patch) | |
tree | f7feeb6b7dbdf2dd8b64422121decec13f0ae311 /sql/item_strfunc.h | |
parent | 4104f160cb9cbe8561ca5f4377dc08009fbf52d8 (diff) | |
parent | 2caee2b3f2aae444db4b75053e980116c7b8b465 (diff) | |
download | mariadb-git-5f0c4ff14026396d4da6cfbfd24bf4012529a74f.tar.gz |
Merge fixes for #8248, #5569.
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r-- | sql/item_strfunc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index 698536a61c7..c1c0969672c 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -588,6 +588,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"; } |