diff options
author | serg@serg.mysql.com <> | 2001-10-09 14:53:54 +0200 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-10-09 14:53:54 +0200 |
commit | 3d3ef6528a48f5fba7bfcef10970c89bfb88e420 (patch) | |
tree | c39107b036ff091f557b03a1f37183735dcddbad /myisam/ft_parser.c | |
parent | 5a9a3e91e7a0732dc8428796c970ed0bdcc8b8c3 (diff) | |
download | mariadb-git-3d3ef6528a48f5fba7bfcef10970c89bfb88e420.tar.gz |
Boolean search passes _some_ tests
Diffstat (limited to 'myisam/ft_parser.c')
-rw-r--r-- | myisam/ft_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/ft_parser.c b/myisam/ft_parser.c index 83b0956a752..466f1dfe021 100644 --- a/myisam/ft_parser.c +++ b/myisam/ft_parser.c @@ -135,7 +135,7 @@ byte ft_get_word(byte **start, byte *end, FT_WORD *word, FTB_PARAM *param) if (true_word_char(*doc)) break; if (*doc == FTB_LBR || *doc == FTB_RBR) { - param->prev=' '; + /* param->prev=' '; */ *start=doc+1; return *doc; } |