1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Cset exclude: msvensson@neptunus.(none)|ChangeSet|20060612110740|13873

configure.in:
  Exclude
dbug/dbug.c:
  Exclude
This commit is contained in:
unknown
2006-08-24 11:39:52 +02:00
parent ad0f34e38e
commit 91bdf2952d
2 changed files with 7 additions and 13 deletions

View File

@ -66,13 +66,10 @@
* Check of malloc on entry/exit (option "S")
*/
#include <my_global.h>
/* This file won't compile unless DBUG_OFF is undefined locally */
#ifdef DBUG_OFF
#undef DBUG_OFF
#endif
#include <my_global.h>
#include <m_string.h>
#include <errno.h>
#if defined(MSDOS) || defined(__WIN__)