Browse Source

Avoid compilation problem on AIX.

pull/374/head
unknown 18 years ago
parent
commit
8def2e0993
  1. 3
      mysys/thr_alarm.c

3
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)

Loading…
Cancel
Save