summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2005-09-06 14:48:18 +0500
committerunknown <bar@mysql.com>2005-09-06 14:48:18 +0500
commite254105bec21fc101326ca366ef85cd0d8d4ed98 (patch)
treefecd2acea79ecbfe53f6367103547433af4b13ef /sql/item_cmpfunc.h
parentd02ec2b5d9ba03c53d35b54d15091815efe63aac (diff)
downloadmariadb-git-e254105bec21fc101326ca366ef85cd0d8d4ed98.tar.gz
item_cmpfunc.h:
Bug 12611 : ESCAPE + LIKE do not work when the escape char is a multibyte one Forgot to commit this file in the previous changeset, together with other files. sql/item_cmpfunc.h: Bug 12611 : ESCAPE + LIKE do not work when the escape char is a multibyte one Forgot to commit this file in the previous changeset, together with other files.
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 47884f6064e..697b26bb1ae 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -879,7 +879,7 @@ class Item_func_like :public Item_bool_func2
Item *escape_item;
public:
- char escape;
+ int escape;
Item_func_like(Item *a,Item *b, Item *escape_arg)
:Item_bool_func2(a,b), canDoTurboBM(FALSE), pattern(0), pattern_len(0),