summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0ins.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0ins.h')
-rw-r--r--storage/innobase/include/row0ins.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/innobase/include/row0ins.h b/storage/innobase/include/row0ins.h
index 8cb3a2f16cd..541a3b4e70e 100644
--- a/storage/innobase/include/row0ins.h
+++ b/storage/innobase/include/row0ins.h
@@ -180,6 +180,11 @@ row_ins_step(
/*=========*/
que_thr_t* thr); /*!< in: query thread */
+/***********************************************************//**
+Inserts a row to SYS_VTQ table.
+@return error state */
+dberr_t vers_notify_vtq(que_thr_t * thr, mem_heap_t * heap);
+
/* Insert node structure */
struct ins_node_t{