Below is the list of changes that have just been committed into a local
5.0 repository of iggy. When iggy does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-04-28 13:41:12-04:00, iggy@amd64.(none) +1 -0
Avoid compilation problem on AIX.
mysys/thr_alarm.c@stripped, 2008-04-28 13:41:11-04:00, iggy@amd64.(none) +1 -2
Avoid compilation problem on AIX.
diff -Nrup a/mysys/thr_alarm.c b/mysys/thr_alarm.c
--- a/mysys/thr_alarm.c 2007-03-23 14:39:28 -04:00
+++ b/mysys/thr_alarm.c 2008-04-28 13:41:11 -04:00
@@ -14,8 +14,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
/* To avoid problems with alarms in debug code, we disable DBUG here */
-#undef DBUG_OFF
-#define DBUG_OFF
+#define FORCE_DBUG_OFF
#include <my_global.h>
#if defined(THREAD) && !defined(DONT_USE_THR_ALARM)
| Thread |
|---|
| • bk commit into 5.0 tree (iggy:1.2609) | Ignacio Galarza | 28 Apr |