1. 24 Apr, 2007 1 commit
    • knielsen@ymer.(none)'s avatar
      BUG#27370: Potential inconsistent blob reads for ReadCommitted reads. · 56cf7a53
      knielsen@ymer.(none) authored
      The old blob implementation had code that attempted to upgrade the lock mode for
      LM_CommittedRead operations, but it did not work properly as it did not recompute
      the operation flags.
      
      As a consequence, reading a blob with LM_CommittedRead could return inconsistent
      data, with different part of the read data being from different commits done by
      other transactions.
      
      The fix is to correctly recompute all necessary flags when upgrading lock mode.
      56cf7a53
  2. 26 Mar, 2007 1 commit
  3. 25 Mar, 2007 1 commit
  4. 23 Mar, 2007 5 commits
  5. 22 Mar, 2007 7 commits
  6. 21 Mar, 2007 15 commits
  7. 20 Mar, 2007 10 commits