summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0upd.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-04-29 15:40:51 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-04-29 15:40:51 +0300
commit496d0372ef2ff2a570c20923af4df32a03781acd (patch)
treec15d45eeff0fbbfe6112816a72e10352551269ee /storage/innobase/include/row0upd.h
parentd4da131cff004e4157b755e417c49daef45ca80e (diff)
parent5ba2aa1ddc074dc89db7f265ddb61ce96f714fc8 (diff)
downloadmariadb-git-496d0372ef2ff2a570c20923af4df32a03781acd.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'storage/innobase/include/row0upd.h')
-rw-r--r--storage/innobase/include/row0upd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/storage/innobase/include/row0upd.h b/storage/innobase/include/row0upd.h
index 9022bd9f5ce..4c80ec9b9e7 100644
--- a/storage/innobase/include/row0upd.h
+++ b/storage/innobase/include/row0upd.h
@@ -298,16 +298,6 @@ row_upd_changes_some_index_ord_field_binary(
/*========================================*/
const dict_table_t* table, /*!< in: table */
const upd_t* update);/*!< in: update vector for the row */
-/** Stores to the heap the row on which the node->pcur is positioned.
-@param[in] node row update node
-@param[in] thd mysql thread handle
-@param[in,out] mysql_table NULL, or mysql table object when
- user thread invokes dml */
-void
-row_upd_store_row(
- upd_node_t* node,
- THD* thd,
- TABLE* mysql_table);
/***********************************************************//**
Updates a row in a table. This is a high-level function used
in SQL execution graphs.