Commit dd241c4b authored by dean@mysql.com's avatar dean@mysql.com

Merge dellis@bk-internal.mysql.com:/home/bk/mysql-4.1

into  mysql.com:/home/dellis/mysqlab/bk/mysql-4.1
parents 52181cc8 e82647cd
......@@ -266,7 +266,8 @@ FT_INFO *ft_init_nlq_search(MI_INFO *info, uint keynr, byte *query,
so if ndocs == 0, FT_INFO.doc[] must not be accessed.
*/
dlist=(FT_INFO *)my_malloc(sizeof(FT_INFO)+
sizeof(FT_DOC)*(aio.dtree.elements_in_tree-1),
sizeof(FT_DOC)*
(int)(aio.dtree.elements_in_tree-1),
MYF(0));
if (!dlist)
goto err;
......
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