summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0purge.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0purge.h')
-rw-r--r--storage/innobase/include/row0purge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/row0purge.h b/storage/innobase/include/row0purge.h
index 3cf4a7b982a..e08ef8ab9f9 100644
--- a/storage/innobase/include/row0purge.h
+++ b/storage/innobase/include/row0purge.h
@@ -98,7 +98,7 @@ struct purge_node_t{
upd_t* update; /*!< update vector for a clustered index
record */
- dtuple_t* ref; /*!< NULL, or row reference to the next row to
+ const dtuple_t* ref; /*!< NULL, or row reference to the next row to
handle */
dtuple_t* row; /*!< NULL, or a copy (also fields copied to
heap) of the indexed fields of the row to