#At lp:maria
2766 [email protected] 2009-11-16
MySQL 5.1.41 after-merge fix: Fix non-debug build breakage.
modified:
include/my_dbug.h
=== modified file 'include/my_dbug.h'
--- a/include/my_dbug.h 2009-11-16 20:49:51 +0000
+++ b/include/my_dbug.h 2009-11-16 21:35:55 +0000
@@ -132,6 +132,7 @@ extern void _db_flush_();
#else /* No debugger */
#define DBUG_ENTER(a1)
+#define DBUG_VIOLATION_HELPER_LEAVE do { } while(0)
#define DBUG_LEAVE
#define DBUG_RETURN(a1) do { return(a1); } while(0)
#define DBUG_VOID_RETURN do { return; } while(0)
_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help : https://help.launchpad.net/ListHelp