Correct some comments

In commit aae3f921ad
recv_apply_hashed_log_recs() was replaced by recv_sys_t::apply().
This commit is contained in:
Marko Mäkelä 2021-12-03 17:01:48 +02:00
commit fa1325512b
2 changed files with 4 additions and 5 deletions

View file

@ -1474,8 +1474,7 @@ file_checked:
}
/* fall through */
case SRV_OPERATION_RESTORE:
/* This must precede
recv_apply_hashed_log_recs(true). */
/* This must precede recv_sys.apply(true). */
srv_undo_tablespaces_active
= trx_rseg_get_n_undo_tablespaces();
err = srv_validate_undo_tablespaces();