mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Merge amd64.(none):/src/mysql-5.0-release
into amd64.(none):/src/rel_clean_up/my50-release
This commit is contained in:
commit
c59d072a8c
1 changed files with 6 additions and 2 deletions
|
@ -533,8 +533,12 @@ C_MODE_END
|
|||
#undef DBUG_OFF
|
||||
#endif
|
||||
|
||||
#if defined(_lint) && !defined(DBUG_OFF)
|
||||
/* We might be forced to turn debug off, if not turned off already */
|
||||
#if (defined(FORCE_DBUG_OFF) || defined(_lint)) && !defined(DBUG_OFF)
|
||||
# define DBUG_OFF
|
||||
# ifdef DBUG_ON
|
||||
# undef DBUG_ON
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <my_dbug.h>
|
||||
|
|
Loading…
Reference in a new issue