summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-03-16 15:26:33 +0200
committerunknown <marko@hundin.mysql.fi>2004-03-16 15:26:33 +0200
commit7b9bffec7964921a811996fd4503eecbe3a9b3f1 (patch)
tree105b1ed86c0a21a62ca463518c45463b6b853ec3 /innobase/include
parenta18e1433616795fd8d3c443453582a7f7635ad8a (diff)
downloadmariadb-git-7b9bffec7964921a811996fd4503eecbe3a9b3f1.tar.gz
InnoDB: Make btr_cur_unmark_extern_fields() a static function
innobase/btr/btr0cur.c: Make btr_cur_unmark_extern_fields() a static function innobase/include/btr0cur.h: Remove btr_cur_unmark_extern_fields()
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/btr0cur.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/innobase/include/btr0cur.h b/innobase/include/btr0cur.h
index 221f479df40..f1334656d53 100644
--- a/innobase/include/btr0cur.h
+++ b/innobase/include/btr0cur.h
@@ -435,16 +435,6 @@ btr_cur_mark_dtuple_inherited_extern(
ulint n_ext_vec, /* in: number of elements in ext_vec */
upd_t* update); /* in: update vector */
/***********************************************************************
-Marks all extern fields in a record as owned by the record. This function
-should be called if the delete mark of a record is removed: a not delete
-marked record always owns all its extern fields. */
-
-void
-btr_cur_unmark_extern_fields(
-/*=========================*/
- rec_t* rec, /* in: record in a clustered index */
- mtr_t* mtr); /* in: mtr */
-/***********************************************************************
Marks all extern fields in a dtuple as owned by the record. */
void