summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0ext.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/row/row0ext.cc')
-rw-r--r--storage/innobase/row/row0ext.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/row/row0ext.cc b/storage/innobase/row/row0ext.cc
index 72c68940d11..503f7d0d3e7 100644
--- a/storage/innobase/row/row0ext.cc
+++ b/storage/innobase/row/row0ext.cc
@@ -70,7 +70,7 @@ row_ext_cache_fill(
} else {
/* Fetch at most ext->max_len of the column.
The column should be non-empty. However,
- trx_rollback_or_clean_all_recovered() may try to
+ trx_rollback_all_recovered() may try to
access a half-deleted BLOB if the server previously
crashed during the execution of
btr_free_externally_stored_field(). */