summaryrefslogtreecommitdiff
path: root/mysys/thr_alarm.c
diff options
context:
space:
mode:
authorunknown <iggy@amd64.(none)>2008-04-28 13:41:12 -0400
committerunknown <iggy@amd64.(none)>2008-04-28 13:41:12 -0400
commit8def2e0993e8b0acbff48b6f345d20ba033de21b (patch)
treec2039d2bfe74b23a226855ea2381f69b8231bddb /mysys/thr_alarm.c
parent6edab4bc081b29894f3eaf70468d989ea956ff18 (diff)
downloadmariadb-git-8def2e0993e8b0acbff48b6f345d20ba033de21b.tar.gz
Avoid compilation problem on AIX.
Diffstat (limited to 'mysys/thr_alarm.c')
-rw-r--r--mysys/thr_alarm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysys/thr_alarm.c b/mysys/thr_alarm.c
index d11883a4ea4..94ef309097a 100644
--- a/mysys/thr_alarm.c
+++ b/mysys/thr_alarm.c
@@ -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)