mirror of https://github.com/MariaDB/server
Browse Source
eliminate a race condition over recv_sys->n_addrs which might result in a database corruption in recovery, without reporting a recovery error. recv_recover_page_func(): move the code segment that decrements recv_sys->n_addrs to the end of the function, after the call to mtr_commit() rb://2282 approved by Inaampull/843/head
2 changed files with 27 additions and 25 deletions
Loading…
Reference in new issue