From a2a2e32c02643a0cec111511220227703fda1cd5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 1 Jul 2024 20:15:00 +0200 Subject: Merging upstream version 1:11.4.2. Signed-off-by: Daniel Baumann --- sql/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/debug.h') diff --git a/sql/debug.h b/sql/debug.h index 48bae774..f0eaa79e 100644 --- a/sql/debug.h +++ b/sql/debug.h @@ -31,6 +31,7 @@ #ifndef DBUG_OFF void debug_crash_here(const char *keyword); bool debug_simulate_error(const char *keyword, uint error); +bool debug_decrement_counter(const LEX_CSTRING *name); #else #define debug_crash_here(A) do { } while(0) #define debug_simulate_error(A, B) 0 -- cgit v1.2.3