summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/btr0cur.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-03-08 19:08:45 +0100
committerSergei Golubchik <sergii@pisem.net>2013-03-08 19:08:45 +0100
commit0d9a6d52d73231429d470b126211dbc92f0c3d56 (patch)
tree70ada155b8062f4e7b6f6e922140d01e6613f45b /storage/xtradb/include/btr0cur.h
parente4e5c9fd14b6f9002a46eec0b9e4cb5b4128cb52 (diff)
parent086b54c281eaf5470b0424d926492d7ee25e4916 (diff)
downloadmariadb-git-0d9a6d52d73231429d470b126211dbc92f0c3d56.tar.gz
merge with XtraDB as of Percona-Server-5.5.30-rel30.1
Diffstat (limited to 'storage/xtradb/include/btr0cur.h')
-rw-r--r--storage/xtradb/include/btr0cur.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/xtradb/include/btr0cur.h b/storage/xtradb/include/btr0cur.h
index 1fe67e1dfe4..97929d44159 100644
--- a/storage/xtradb/include/btr0cur.h
+++ b/storage/xtradb/include/btr0cur.h
@@ -806,6 +806,11 @@ srv_printf_innodb_monitor(). */
extern ulint btr_cur_n_sea_old;
#endif /* !UNIV_HOTBACKUP */
+#ifdef UNIV_DEBUG
+/* Flag to limit optimistic insert records */
+extern uint btr_cur_limit_optimistic_insert_debug;
+#endif /* UNIV_DEBUG */
+
#ifndef UNIV_NONINL
#include "btr0cur.ic"
#endif