List:Commits« Previous MessageNext Message »
From:Alexander Nozdrin Date:September 10 2009 12:18pm
Subject:bzr commit into mysql-5.1-bugteam branch (alik:3119)
View as plain text  
#At file:///mnt/raid/alik/MySQL/bzr/00.builds/5.1-bugteam/ based on revid:sergey.glukhov@stripped

 3119 Alexander Nozdrin	2009-09-10
      Add DBUG_VIOLATION_HELPER_LEAVE definition to non-debug build.

    modified:
      include/my_dbug.h
=== modified file 'include/my_dbug.h'
--- a/include/my_dbug.h	2009-09-10 07:40:57 +0000
+++ b/include/my_dbug.h	2009-09-10 12:18:54 +0000
@@ -128,6 +128,7 @@ extern FILE *_db_fp_(void);
 
 #define DBUG_ENTER(a1)
 #define DBUG_LEAVE
+#define DBUG_VIOLATION_HELPER_LEAVE
 #define DBUG_RETURN(a1)             do { return(a1); } while(0)
 #define DBUG_VOID_RETURN            do { return; } while(0)
 #define DBUG_EXECUTE(keyword,a1)    do { } while(0)


Attachment: [text/bzr-bundle] bzr/alik@sun.com-20090910121854-xchc178srxekpd26.bundle
Thread
bzr commit into mysql-5.1-bugteam branch (alik:3119)Alexander Nozdrin10 Sep