3 messages in com.mysql.lists.bugsRe: embedded mySQL SAFEMALLOC
FromSent OnAttachments
Yuri Alexandrov18 Jun 2002 04:20 
Michael Widenius19 Jun 2002 02:43 
Holyfoot21 Jun 2002 00:22 
Subject:Re: embedded mySQL SAFEMALLOC
From:Holyfoot (holy@mysql.com)
Date:06/21/2002 12:22:47 AM
List:com.mysql.lists.bugs

Hello.

How-To-Repeat: Latest 4.0.1 sources, compiled under Win2K, VS 6.0, SP 5 + Processor Pack installed. Sources built on Debug configuration.

Solution for this (at least what I found), either remove SAFEMALLOC define from project and rebuild DEBUGor use just release version, which not always a good solution because of mixed runtime.

Better solution would be to add SAFEMALLOC define to the libmysqld project for Debug mode. I think we just miss this define.

Thanks for reporting. A.