Merge amd64.(none):/src/mysql-5.0-release

into  amd64.(none):/src/rel_clean_up/my50-release
This commit is contained in:
iggy@amd64.(none) 2008-04-28 15:03:33 -04:00
commit c59d072a8c

View file

@ -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>