• Sergey Vojtovich's avatar
    Optimized away excessive condition · e01d7884
    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.
    e01d7884
trx0trx.cc 81.1 KB