Merge bk-internal:/home/bk/mysql-5.1-new-maint
into rama.(none):/home/jimw/my/mysql-5.1-clean
This commit is contained in:
commit
75fdb8fa6a
11
dbug/dbug.c
11
dbug/dbug.c
@ -71,9 +71,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef DBUG_OFF
|
|
||||||
#undef DBUG_OFF
|
|
||||||
#endif
|
|
||||||
#include <my_global.h>
|
#include <my_global.h>
|
||||||
#include <m_string.h>
|
#include <m_string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
@ -81,6 +79,10 @@
|
|||||||
#include <process.h>
|
#include <process.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef DBUG_OFF
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Manifest constants which may be "tuned" if desired.
|
* Manifest constants which may be "tuned" if desired.
|
||||||
*/
|
*/
|
||||||
@ -313,6 +315,7 @@ static unsigned long Clock(void);
|
|||||||
#define ChangeOwner(cs,name)
|
#define ChangeOwner(cs,name)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Macros to allow dbugging with threads
|
** Macros to allow dbugging with threads
|
||||||
*/
|
*/
|
||||||
@ -2351,3 +2354,5 @@ va_list ap;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* NO_VARARGS */
|
#endif /* NO_VARARGS */
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user