summaryrefslogtreecommitdiff
path: root/mysys/thr_lock.c
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-10-12 19:43:47 +0200
committerunknown <kent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-10-12 19:43:47 +0200
commitc4478030767a7312dd32c5cfb8ef26d731d68e06 (patch)
tree68c02acb46f7cb7db77cfa44a6cc62dd14f0e3af /mysys/thr_lock.c
parent0e2888eba2830d6f1bc4b03f0b43377d784ddcee (diff)
downloadmariadb-git-c4478030767a7312dd32c5cfb8ef26d731d68e06.tar.gz
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)
Diffstat (limited to 'mysys/thr_lock.c')
-rw-r--r--mysys/thr_lock.c2
1 files changed, 1 insertions, 1 deletions
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"