• jan's avatar
    Fix for bug #12456: Cursor shows incorrect data - DML does not affect, · 758331dc
    jan authored
    probably caching. Fixed test results.
    
    This patch implements a high-granularity read view to be used with
    cursors. In this high-granularity consistent read view modifications 
    done by the creating transaction after the cursor is created or 
    future transactions are not visible. But those modifications that 
    transaction did before the cursor was created are visible.
    758331dc
trx0purge.c 28.3 KB