Commit 59b87e75 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix a comment

parent 85baa03c
...@@ -1076,7 +1076,7 @@ trx_purge_initiate_truncate( ...@@ -1076,7 +1076,7 @@ trx_purge_initiate_truncate(
os_file_truncate(file->name, file->handle, os_file_truncate(file->name, file->handle,
os_offset_t(size) << srv_page_size_shift, true); os_offset_t(size) << srv_page_size_shift, true);
/* This is only executed by the srv_coordinator_thread. */ /* This is only executed by the srv_purge_coordinator_thread. */
export_vars.innodb_undo_truncations++; export_vars.innodb_undo_truncations++;
/* TODO: PUNCH_HOLE the garbage (with write-ahead logging) */ /* TODO: PUNCH_HOLE the garbage (with write-ahead logging) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment