• marko's avatar
    branches/zip: row_merge_drop_temp_indexes(): Do not lock the rows of · cc40a32d
    marko authored
    SYS_INDEXES when looking for partially created indexes.  Use the
    transaction isolation level READ UNCOMMITTED to avoid interfering with
    locks held by incomplete transactions that will be rolled back in a
    subsequent step in the recovery.  (Issue #152)
    
    Approved by Heikki Tuuri
    cc40a32d
row0merge.c 60 KB