mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
backport bug#2708 fix from 4.1
myisam/ft_boolean_search.c: perlify comment
This commit is contained in:
@ -360,7 +360,7 @@ err:
|
||||
}
|
||||
|
||||
|
||||
/* returns 1 if str0 ~= /\<str1\>/ */
|
||||
/* returns 1 if str0 ~= /\bstr1\b/ */
|
||||
static int _ftb_strstr(const byte *s0, const byte *e0,
|
||||
const byte *s1, const byte *e1,
|
||||
CHARSET_INFO *cs)
|
||||
|
Reference in New Issue
Block a user