From 139e8afc2c165a08f4fa13da70b0aad3cf7b9df5 Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 22 Dec 2017 14:16:21 +0200 Subject: Re-enable 'S' for --debug (sf_sanity checking for each call) - Fixed also a wrong comment and a wrong argument to printf --- include/my_dbug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/my_dbug.h') 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__; \ -- cgit v1.2.1