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

Merge neptunus.(none):/home/msvensson/mysql/bug21749/my50-bug21749

into  neptunus.(none):/home/msvensson/mysql/bug21749/my51-bug21749
This commit is contained in:
msvensson@neptunus.(none)
2006-08-24 12:19:41 +02:00
2 changed files with 7 additions and 13 deletions

View File

@ -71,13 +71,10 @@
*
*/
#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__)