summaryrefslogtreecommitdiff
path: root/include/my_dbug.h
diff options
context:
space:
mode:
authorgeorg@lmy002.wdf.sap.corp <>2006-09-01 14:34:37 +0200
committergeorg@lmy002.wdf.sap.corp <>2006-09-01 14:34:37 +0200
commit5686da41acda6bb6fbfc2b34a7645df6c24e7e77 (patch)
treeb624943770ca093aa4373ff91f83fddb3b932094 /include/my_dbug.h
parent9d6471c33ec28eaed6bd4e138f602fad34b450b2 (diff)
downloadmariadb-git-5686da41acda6bb6fbfc2b34a7645df6c24e7e77.tar.gz
Fixes for crashes and test failures
Diffstat (limited to 'include/my_dbug.h')
-rw-r--r--include/my_dbug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_dbug.h b/include/my_dbug.h
index 6e60b599f53..bf2e8d9969b 100644
--- a/include/my_dbug.h
+++ b/include/my_dbug.h
@@ -97,6 +97,7 @@ extern void _db_unlock_file(void);
#define DBUG_UNLOCK_FILE
#define DBUG_OUTPUT(A)
#define DBUG_ASSERT(A) {}
+#define DBUG_LEAVE
#endif
#ifdef __cplusplus
}