Commit 0b421a3e authored by unknown's avatar unknown

compiler warning

parent 6f829a4f
...@@ -109,7 +109,7 @@ uint _ma_ft_parse(TREE *parsed, MARIA_HA *info, uint keynr, const uchar *record, ...@@ -109,7 +109,7 @@ uint _ma_ft_parse(TREE *parsed, MARIA_HA *info, uint keynr, const uchar *record,
{ {
/** @todo this casts ftsi.pos (const) to non-const */ /** @todo this casts ftsi.pos (const) to non-const */
if (ftsi.pos) if (ftsi.pos)
if (maria_ft_parse(parsed, ftsi.pos, ftsi.len, parser, param, if (maria_ft_parse(parsed, (uchar *)ftsi.pos, ftsi.len, parser, param,
mem_root)) mem_root))
DBUG_RETURN(1); DBUG_RETURN(1);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment