• jan's avatar
    Fix for bug #12456: Cursor shows incorrect data - DML does not affect, · e671330b
    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.
    e671330b
read0read.h 5.72 KB