From c4478030767a7312dd32c5cfb8ef26d731d68e06 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Oct 2006 19:43:47 +0200 Subject: thr_alarm.c, thr_lock.c, my_global.h: Avoid multiple define of DBUG_OFF (bug#21749) mysys/thr_alarm.c: Avoid multiple define of DBUG_OFF (bug#21749) mysys/thr_lock.c: Avoid multiple define of DBUG_OFF (bug#21749) include/my_global.h: Avoid multiple define of DBUG_OFF (bug#21749) --- mysys/thr_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/thr_lock.c') diff --git a/mysys/thr_lock.c b/mysys/thr_lock.c index 36cb83ae754..a2c42ee326c 100644 --- a/mysys/thr_lock.c +++ b/mysys/thr_lock.c @@ -72,7 +72,7 @@ multiple read locks. */ #if !defined(MAIN) && !defined(DBUG_OFF) && !defined(EXTRA_DEBUG) -#define DBUG_OFF +#define FORCE_DBUG_OFF #endif #include "mysys_priv.h" -- cgit v1.2.1