1
0
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:
unknown
2004-05-27 21:14:59 +02:00
parent a4237f3dd9
commit a4d82ab8fe
4 changed files with 32 additions and 17 deletions

View File

@ -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)