summaryrefslogtreecommitdiff
path: root/myisam/ft_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'myisam/ft_search.c')
-rw-r--r--myisam/ft_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/ft_search.c b/myisam/ft_search.c
index 4ca1551e809..9a728a4c211 100644
--- a/myisam/ft_search.c
+++ b/myisam/ft_search.c
@@ -211,7 +211,7 @@ err:
int ft_read_next(FT_DOCLIST *handler, char *record)
{
- MI_INFO *info=handler->info;
+ MI_INFO *info= (MI_INFO *) handler->info;
if (++handler->curdoc >= handler->ndocs)
{