summaryrefslogtreecommitdiff
path: root/storage/innobase/include/btr0pcur.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2011-11-08 14:30:58 +0200
committerMarko Mäkelä <marko.makela@oracle.com>2011-11-08 14:30:58 +0200
commit0dc19044ec52653fef148e286efa672387aaa4a3 (patch)
treeba86bd5e074f170ea11c8609d36808af57fd50c5 /storage/innobase/include/btr0pcur.h
parent941a6640aa8f17e8d364061eb382bbd264363ad2 (diff)
parent77eb01b82776dc222da1543dc2d20295156a123d (diff)
downloadmariadb-git-0dc19044ec52653fef148e286efa672387aaa4a3.tar.gz
Merge mysql-5.1 to mysql-5.5.
Diffstat (limited to 'storage/innobase/include/btr0pcur.h')
-rw-r--r--storage/innobase/include/btr0pcur.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/storage/innobase/include/btr0pcur.h b/storage/innobase/include/btr0pcur.h
index f605c476844..140f94466db 100644
--- a/storage/innobase/include/btr0pcur.h
+++ b/storage/innobase/include/btr0pcur.h
@@ -263,14 +263,6 @@ btr_pcur_commit_specify_mtr(
/*========================*/
btr_pcur_t* pcur, /*!< in: persistent cursor */
mtr_t* mtr); /*!< in: mtr to commit */
-/**************************************************************//**
-Tests if a cursor is detached: that is the latch mode is BTR_NO_LATCHES.
-@return TRUE if detached */
-UNIV_INLINE
-ibool
-btr_pcur_is_detached(
-/*=================*/
- btr_pcur_t* pcur); /*!< in: persistent cursor */
/*********************************************************//**
Moves the persistent cursor to the next record in the tree. If no records are
left, the cursor stays 'after last in tree'.