• Satya B's avatar
    Applying InnoDB snashot 5.1-ss4699, part 1. Fixes BUG#39320 and other · 42ee5c16
    Satya B authored
    problems
    
    1) BUG#39320 - innodb crash in file btr/btr0pcur.c line 217 with 
                   innodb_locks_unsafe_for_binlog
    
    2) Fixes bug in multi-table semi consistent reads.
    
    3) Fixes email address from dev@innodb.com to innodb_dev_ww@oracle.com
    
    4) Fixes warning message generated by main.innodb test
    
    
    Detailed revision comments:
    
    r4399 | marko | 2009-03-12 09:38:05 +0200 (Thu, 12 Mar 2009) | 5 lines
    branches/5.1: row_sel_get_clust_rec_for_mysql(): Store the cursor position
    also for unlock_row().  (Bug #39320)
    
    rb://96 approved by Heikki Tuuri.
    
    r4400 | marko | 2009-03-12 10:06:44 +0200 (Thu, 12 Mar 2009) | 8 lines
    branches/5.1: Fix a bug in multi-table semi-consistent reads.
    Remember the acquired record locks per table handle (row_prebuilt_t)
    rather than per transaction (trx_t), so that unlock_row should successfully
    unlock all non-matching rows in multi-table operations.
    This deficiency was found while investigating Bug #39320.
    
    rb://9...
    42ee5c16
innodb-semi-consistent.result 1.34 KB