diff options
author | Monty <monty@mariadb.org> | 2017-12-22 14:16:21 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-12-22 14:56:58 +0200 |
commit | 139e8afc2c165a08f4fa13da70b0aad3cf7b9df5 (patch) | |
tree | cf3eb4a3d2c54fc09d2e5c144d8eb7633ff6bd9a /include/my_dbug.h | |
parent | 1464f4808c08155fd10ba09eae2bb2c3f177482c (diff) | |
download | mariadb-git-139e8afc2c165a08f4fa13da70b0aad3cf7b9df5.tar.gz |
Re-enable 'S' for --debug (sf_sanity checking for each call)
- Fixed also a wrong comment and a wrong argument to printf
Diffstat (limited to 'include/my_dbug.h')
-rw-r--r-- | include/my_dbug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_dbug.h b/include/my_dbug.h index b9194428f18..d93c86141d6 100644 --- a/include/my_dbug.h +++ b/include/my_dbug.h @@ -63,6 +63,7 @@ extern void _db_flush_(void); extern void dbug_swap_code_state(void **code_state_store); extern void dbug_free_code_state(void **code_state_store); extern const char* _db_get_func_(void); +extern int (*dbug_sanity)(void); #define DBUG_LEAVE do { \ _db_stack_frame_.line= __LINE__; \ |