• Sergey Vojtovich's avatar
    Optimized away excessive condition · a1b23361
    Sergey Vojtovich authored
    trx_set_rw_mode() is never called for read-only transactions, this is guarded
    by callers.
    
    Removing this condition from critical section immediately gives 5% scalability
    improvement in OLTP index updates benchmark.
    a1b23361
trx0trx.cc 75.6 KB