1. 22 Apr, 2005 3 commits
  2. 18 Apr, 2005 1 commit
  3. 14 Apr, 2005 1 commit
    • joreland@mysql.com's avatar
      BUG#9891 - ndb lcp · 27f7a6c4
      joreland@mysql.com authored
      Crash if ACC_CONTOPREQ was sent while ACC_LCPCONF was in job buffer
        if ACC_LCPCONF would have arrived eariler (before TUP_LCPSTARTED)
        operations could lockup. 
        But would be restarted on next LCP
      
      -- LQH
      1) Better check for LCP started that will also return true
         if ACC or TUP already has completed
          
      2) Remove incorrect if statement that prevented operations to
         be started if ACC has completed
      
      -- ACC
      Make sure all ACC_CONTOPCONF are sent before releasing lcp record
        i.e. use noOfLcpConf == 4 (2 ACC_LCPCONF + 2 ACC_CONTOPCONF)
      
      Check for == 4 also when sending ACC_CONTOPCONF
      27f7a6c4
  4. 13 Apr, 2005 1 commit
    • joreland@mysql.com's avatar
      BUG#9749 - ndb lock upgrade - more fixes... · 45a07db5
      joreland@mysql.com authored
      1) Make getNoParall into function instead of a procedure
      2) Check for multiple transactions in "upgrade's" parallell queue
      3) Set lock mode according to lock_owner's lockMode
      
      NOTE: Does still not handle lock upgrade in case of aborts correctly
      45a07db5
  5. 12 Apr, 2005 4 commits
  6. 11 Apr, 2005 9 commits
  7. 10 Apr, 2005 2 commits
  8. 09 Apr, 2005 1 commit
  9. 08 Apr, 2005 14 commits
  10. 07 Apr, 2005 4 commits