summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/dbug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/libmysql/dbug.h')
-rw-r--r--ext/mysql/libmysql/dbug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/libmysql/dbug.h b/ext/mysql/libmysql/dbug.h
index d811b584a5..aa45079eab 100644
--- a/ext/mysql/libmysql/dbug.h
+++ b/ext/mysql/libmysql/dbug.h
@@ -52,7 +52,7 @@ extern void _db_unlock_file();
#define DEBUGGER_ON _no_db_=0
#define DBUG_LOCK_FILE { _db_lock_file(); }
#define DBUG_UNLOCK_FILE { _db_unlock_file(); }
-#define DBUG_ASSERT(A) A
+#define DBUG_ASSERT(A) assert(A)
#else /* No debugger */
#define DBUG_ENTER(a1)