diff options
author | monty@hundin.mysql.fi <> | 2002-03-27 00:50:54 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-03-27 00:50:54 +0200 |
commit | ce541b292a20114adc5d5bb10142a441246e0675 (patch) | |
tree | b4d119bd6bbc308bc83082b866042975b6b7f35c /mysys/thr_alarm.c | |
parent | 2ac18e9be997f3d9de2351fbb1630456022f25a1 (diff) | |
download | mariadb-git-ce541b292a20114adc5d5bb10142a441246e0675.tar.gz |
support for unsigned FLOAT/DOUBLE
Diffstat (limited to 'mysys/thr_alarm.c')
-rw-r--r-- | mysys/thr_alarm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/thr_alarm.c b/mysys/thr_alarm.c index cdfb09e8fea..ef514efe39e 100644 --- a/mysys/thr_alarm.c +++ b/mysys/thr_alarm.c @@ -15,6 +15,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 #include <my_global.h> |