mirror of https://github.com/MariaDB/server
Browse Source
Replace srv_use_sys_malloc with UNIV_LIKELY(srv_use_sys_malloc) to improve branch prediction in the default case. Approved by Ken over the IM.pull/374/head