summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2001-10-17 14:49:54 +0200
committerserg@serg.mysql.com <>2001-10-17 14:49:54 +0200
commit5051120313a7c11901b9592e4c6049674313c537 (patch)
tree9f8761a4b0da10a3be78e0a02c1a1f7267adf1d3 /myisam
parent49a1e3291a39ff8c66de338740c9dbdf6a62f568 (diff)
downloadmariadb-git-5051120313a7c11901b9592e4c6049674313c537.tar.gz
typo fixed
Diffstat (limited to 'myisam')
-rw-r--r--myisam/ft_boolean_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/ft_boolean_search.c b/myisam/ft_boolean_search.c
index ad541ee47ea..a850827c52e 100644
--- a/myisam/ft_boolean_search.c
+++ b/myisam/ft_boolean_search.c
@@ -123,7 +123,7 @@ void _ftb_parse_query(FTB *ftb, byte **start, byte *end,
ftbe->up=up;
ftbe->ythresh=0;
ftbe->docid=HA_POS_ERROR;
- if (ftbw->yesno > 0) up->ythresh++;
+ if (ftbe->yesno > 0) up->ythresh++;
_ftb_parse_query(ftb, start, end, ftbe, depth+1,
(param.yesno<0 ? depth+1 : ndepth));
break;