1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed bug in REPAIR table.

Portability fix in safemalloc.c
This commit is contained in:
monty@hundin.mysql.fi
2002-06-28 15:06:04 +03:00
parent ade20c5b19
commit 33f84cf8fe
5 changed files with 54 additions and 5 deletions

View File

@ -701,7 +701,7 @@ merge_buffers(MI_SORT_PARAM *info, uint keys, IO_CACHE *from_file,
if (init_queue(&queue,(uint) (Tb-Fb)+1,offsetof(BUFFPEK,key),0,
(int (*)(void*, byte *,byte*)) info->key_cmp,
(void*) info->sort_info))
(void*) info))
DBUG_RETURN(1); /* purecov: inspected */
for (buffpek= Fb ; buffpek <= Tb ; buffpek++)