mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Correct some comments
In commit aae3f921ad
recv_apply_hashed_log_recs() was replaced by recv_sys_t::apply().
This commit is contained in:
parent
5d7da02793
commit
fa1325512b
2 changed files with 4 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue