• konstantin@mysql.com's avatar
    Implement MySQL framework to support consistent read views in · 21957c42
    konstantin@mysql.com authored
    cursors. This should fix Bug#11813 when InnoDB part is in 
    (tested with a draft patch).
    The idea of the patch is that if a storage engine supports
    consistent read views, we open one when open a cursor,
    set is as the active view when fetch from the cursor, and close
    together with cursor close.
    21957c42
mysql_client_test.c 372 KB