1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

This commit is contained in:
msvensson@neptunus.(none)
2006-08-24 11:39:52 +02:00
parent 39a8fe6e44
commit b25b49a05a
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__)