mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge mysql.com:/usr/home/bar/mysql-4.1.b12611
into mysql.com:/usr/home/bar/mysql-5.0
This commit is contained in:
@ -966,7 +966,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),
|
||||
|
Reference in New Issue
Block a user