summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0undo.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0undo.h')
-rw-r--r--storage/innobase/include/row0undo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/innobase/include/row0undo.h b/storage/innobase/include/row0undo.h
index 29cfbc9ac20..0be09ed1822 100644
--- a/storage/innobase/include/row0undo.h
+++ b/storage/innobase/include/row0undo.h
@@ -86,7 +86,8 @@ struct undo_node_struct{
clustered index record */
dict_table_t* table; /* table where undo is done */
ulint cmpl_info;/* compiler analysis of an update */
- upd_t* update; /* update vector for a clustered index record */
+ upd_t* update; /* update vector for a clustered index
+ record */
dtuple_t* ref; /* row reference to the next row to handle */
dtuple_t* row; /* a copy (also fields copied to heap) of the
row to handle */