• inaam's avatar
    branches/zip: issue#57 · aa87f6bd
    inaam authored
    Fixes a race in recovery where the recovery thread recovering a
    PREPARED trx and the background rollback thread can both try
    to free the trx after its status is set to COMMITTED_IN_MEMORY.
    
    trx->is_recovered flag was introduced in r2040.
    
    Reviewed by: Sunny
    aa87f6bd
trx0trx.c 48.1 KB