diff options
author | kent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-10-12 19:43:47 +0200 |
---|---|---|
committer | kent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-10-12 19:43:47 +0200 |
commit | 8a7413f704c49b60509975bef5204d7c9b55e3d3 (patch) | |
tree | 68c02acb46f7cb7db77cfa44a6cc62dd14f0e3af /mysys/thr_lock.c | |
parent | e71f10c8b051b9e4536a6c721c19d8ff138fcf52 (diff) | |
download | mariadb-git-8a7413f704c49b60509975bef5204d7c9b55e3d3.tar.gz |
thr_alarm.c, thr_lock.c, my_global.h:
Avoid multiple define of DBUG_OFF (bug#21749)
Diffstat (limited to 'mysys/thr_lock.c')
-rw-r--r-- | mysys/thr_lock.c | 2 |
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" |