summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorbar@mysql.com <>2005-09-06 14:48:18 +0500
committerbar@mysql.com <>2005-09-06 14:48:18 +0500
commitcdf89955d9d5293efc3902fd67675a497b416d27 (patch)
treefecd2acea79ecbfe53f6367103547433af4b13ef /sql/item_cmpfunc.h
parent5d8c5e799e11e33b6caebba5c0d3cf85bedd6c21 (diff)
downloadmariadb-git-cdf89955d9d5293efc3902fd67675a497b416d27.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.
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),