diff options
author | monty@mysql.com <> | 2004-05-27 23:45:22 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-27 23:45:22 +0300 |
commit | e9b7e3baa8f6c48360c76c4f61ccc474e9703805 (patch) | |
tree | e6a68f74869e5c89bff76d93a95a162b9404b595 /myisam/ft_boolean_search.c | |
parent | 3ad2158b42a327e325c46c8fbaeabfca6b37f52f (diff) | |
parent | 1aa3b2c79e8ec5903a80f21226e6219ed60f2a9d (diff) | |
download | mariadb-git-e9b7e3baa8f6c48360c76c4f61ccc474e9703805.tar.gz |
merge with 4.0 to get fix to VC++ project files
Diffstat (limited to 'myisam/ft_boolean_search.c')
-rw-r--r-- | myisam/ft_boolean_search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/ft_boolean_search.c b/myisam/ft_boolean_search.c index 5f88122e730..345cd3ceb0c 100644 --- a/myisam/ft_boolean_search.c +++ b/myisam/ft_boolean_search.c @@ -421,7 +421,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) |