summaryrefslogtreecommitdiffstats
path: root/sql/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/debug.h')
-rw-r--r--sql/debug.h1
1 files changed, 1 insertions, 0 deletions
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