Browse Source
recv_recovery_is_on(): Add UNIV_UNLIKELY
recv_recovery_is_on(): Add UNIV_UNLIKELY
Normally, InnoDB is not in the process of executing crash recovery. Provide a hint to the compiler that the recovery-related code paths are rarely executed.pull/1232/head
6 changed files with 19 additions and 31 deletions
-
6storage/innobase/buf/buf0rea.cc
-
12storage/innobase/fil/fil0fil.cc
-
15storage/innobase/include/fil0fil.h
-
4storage/innobase/include/log0recv.h
-
9storage/innobase/log/log0log.cc
-
4storage/innobase/log/log0recv.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue