summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0ins.cc
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-10-09 17:47:30 +0200
committerSergei Golubchik <serg@mariadb.org>2015-10-09 17:47:30 +0200
commit04af573d65487225132679fefcb142d24711d01d (patch)
tree890212b2a9b3eb63a68a7140b4eaeb21b6cc5c60 /storage/innobase/row/row0ins.cc
parentcfeedbfd3e292f61c7da8f0a7f86307cbeeddb64 (diff)
parent86ff4da14dc53659e88ee8cd66412045dcb26e31 (diff)
downloadmariadb-git-04af573d65487225132679fefcb142d24711d01d.tar.gz
Merge branch 'merge-innodb-5.6' into 10.0
Diffstat (limited to 'storage/innobase/row/row0ins.cc')
-rw-r--r--storage/innobase/row/row0ins.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/innobase/row/row0ins.cc b/storage/innobase/row/row0ins.cc
index 8a39c965192..9f22889c5fb 100644
--- a/storage/innobase/row/row0ins.cc
+++ b/storage/innobase/row/row0ins.cc
@@ -2711,6 +2711,8 @@ row_ins_sec_index_entry_low(
goto func_exit;
}
+ DEBUG_SYNC_C("row_ins_sec_index_entry_dup_locks_created");
+
/* We did not find a duplicate and we have now
locked with s-locks the necessary records to
prevent any insertion of a duplicate by another