From a4d82ab8fe2678fd0586fad16bae3e345bb7ef3d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 May 2004 21:14:59 +0200 Subject: backport bug#2708 fix from 4.1 myisam/ft_boolean_search.c: perlify comment --- myisam/ft_boolean_search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'myisam/ft_boolean_search.c') diff --git a/myisam/ft_boolean_search.c b/myisam/ft_boolean_search.c index 61381f80783..13f46849210 100644 --- a/myisam/ft_boolean_search.c +++ b/myisam/ft_boolean_search.c @@ -360,7 +360,7 @@ err: } -/* returns 1 if str0 ~= /\/ */ +/* 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) -- cgit v1.2.1