• jan@hundin.mysql.fi's avatar
    Implement MySQL framework to support consistent read views in · 7d5e724c
    jan@hundin.mysql.fi authored
    cursors for InnoDB. The idea of the patch is that if MySQL requests
    a consistent read view, we open one when open a cursor, set is as the
    active view to a transaction when fetch from the cursor, and close
    together with cursor close. This patch is associated to bugs #11813, 
    #11832, and #11833. Contains after review fixes.
    7d5e724c
read0types.h 325 Bytes