summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0uins.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0uins.h')
-rw-r--r--storage/innobase/include/row0uins.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/innobase/include/row0uins.h b/storage/innobase/include/row0uins.h
index 89e334e5433..95a714d2338 100644
--- a/storage/innobase/include/row0uins.h
+++ b/storage/innobase/include/row0uins.h
@@ -40,12 +40,12 @@ the same clustered index unique key did not have any record, even delete
marked, at the time of the insert. InnoDB is eager in a rollback:
if it figures out that an index record will be removed in the purge
anyway, it will remove it in the rollback.
-@return DB_SUCCESS */
-UNIV_INTERN
+@return DB_SUCCESS */
dberr_t
row_undo_ins(
/*=========*/
- undo_node_t* node) /*!< in: row undo node */
+ undo_node_t* node, /*!< in: row undo node */
+ que_thr_t* thr) /*!< in: query thread */
MY_ATTRIBUTE((nonnull, warn_unused_result));
#ifndef UNIV_NONINL
#include "row0uins.ic"