#At file:///net/atum21.norway/export/home/tmp/ss156133/z/43397b-51/ based on revid:davi.arnaut@stripped
3288 Staale Smedseng 2009-12-20
Bug#43397 mysql headers redefine pthread_mutex_init
unnecessarily
Changing an instance of the define that was missed
in the original commit due to the fact that it was
misspelled.
modified:
include/config-win.h
=== modified file 'include/config-win.h'
--- a/include/config-win.h 2009-07-31 19:28:15 +0000
+++ b/include/config-win.h 2009-12-20 18:02:15 +0000
@@ -160,7 +160,7 @@ typedef uint rf_SetTimer;
#define isnan(X) _isnan(X)
#define finite(X) _finite(X)
-#ifndef UNDEF_THREAD_HACK
+#ifndef MYSQL_CLIENT_NO_THREADS
#define THREAD
#endif
#define VOID_SIGHANDLER
Attachment: [text/bzr-bundle] bzr/staale.smedseng@sun.com-20091220180215-zu7xs23cxge9mf2z.bundle
Thread |
---|
• bzr commit into mysql-5.1-bugteam branch (staale.smedseng:3288) Bug#43397 | Staale Smedseng | 20 Dec |