summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-06-17 15:29:03 +0300
committerunknown <marko@hundin.mysql.fi>2005-06-17 15:29:03 +0300
commit67b538ccdde06f3ad4f7b137a5b9e6a84617072a (patch)
tree19bf233f6f11472bd1fd38775a01219620a62348 /innobase/include
parentb9cc8e644b2c905fb3b3dceb13fcac6990dd518b (diff)
downloadmariadb-git-67b538ccdde06f3ad4f7b137a5b9e6a84617072a.tar.gz
InnoDB: remove flag lock_print_waits from non-debug builds.
innobase/include/lock0lock.h: Remove flag lock_print_waits from non-debug builds. innobase/lock/lock0lock.c: Remove flag lock_print_waits from non-debug builds. Add InnoDB lock compatibility matrix for easy reference. innobase/trx/trx0roll.c: Remove flag lock_print_waits from non-debug builds.
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/lock0lock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/lock0lock.h b/innobase/include/lock0lock.h
index 3f39a0b40c7..ce308e50651 100644
--- a/innobase/include/lock0lock.h
+++ b/innobase/include/lock0lock.h
@@ -19,7 +19,9 @@ Created 5/7/1996 Heikki Tuuri
#include "read0types.h"
#include "hash0hash.h"
+#ifdef UNIV_DEBUG
extern ibool lock_print_waits;
+#endif /* UNIV_DEBUG */
/* Buffer for storing information about the most recent deadlock error */
extern FILE* lock_latest_err_file;