mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
MySQL 5.1.41 after-merge fix: Fix non-debug build breakage.
This commit is contained in:
parent
efa74c7dd4
commit
d70904c762
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue