| Bug #3655 | new.cpp in NDB utils contains include the breaks build on OS X 10.3.3 | ||
|---|---|---|---|
| Submitted: | 5 May 2004 2:57 | Modified: | 12 May 2004 16:08 |
| Reporter: | Gene Diveglia | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Compiling | Severity: | S1 (Critical) |
| Version: | 4.1.2-alpha bk | OS: | MacOS (OS X Panther 10.3.3) |
| Assigned to: | Tomas Ulin | CPU Architecture: | Any |
[12 May 2004 16:03]
Tomas Ulin
removed the include
[12 May 2004 16:08]
Tomas Ulin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.
If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information
about accessing the source trees is available at
http://www.mysql.com/doc/en/Installing_source_tree.html

Description: ./ndb/src/common/util/new.cpp contains and include for <malloc.h> which breaks the build on OS X Panther 10.3.3: #include <malloc.h> #include <stdlib.h> extern "C" { void (* ndb_new_handler)() = 0; } . . . How to repeat: ./configure --with-innodb --with-ndbcluster --enable-thread-safe-client make