You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#27211287 - MYSQL SCALABILITY IMPROVEMENT PATCH: OPTIMIZED AWAY EXCESSIVE CONDITION
trx_set_rw_mode() currently has an invalid checking for trx->read_only
which has been already checked by the caller. And from customer's testing,
this can give scalability improvement in OLTP index updates benchmark.
RB: 19234
Reviewed-by: Sunny Bains <[email protected]>
0 commit comments