Browse Source

Fix a comment

pull/925/head
Marko Mäkelä 7 years ago
parent
commit
59b87e75d0
  1. 2
      storage/innobase/trx/trx0purge.cc

2
storage/innobase/trx/trx0purge.cc

@ -1076,7 +1076,7 @@ trx_purge_initiate_truncate(
os_file_truncate(file->name, file->handle,
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++;
/* TODO: PUNCH_HOLE the garbage (with write-ahead logging) */

Loading…
Cancel
Save