1. 01 Oct, 2007 2 commits
  2. 13 Sep, 2007 1 commit
  3. 04 Sep, 2007 2 commits
  4. 03 Sep, 2007 5 commits
  5. 30 Aug, 2007 5 commits
  6. 29 Aug, 2007 13 commits
  7. 28 Aug, 2007 11 commits
  8. 27 Aug, 2007 1 commit
    • davi@moksha.local's avatar
      Bug#30632 HANDLER read failure causes hang · 77d78a88
      davi@moksha.local authored
      If, after the tables are locked, one of the conditions to read from a
      HANDLER table is not met, the handler code wrongly jumps to a error path
      that won't unlock the tables.
      
      The user-visible effect is that after a error in a handler read command,
      all subsequent handler operations on the same table will hang.
      
      The fix is simply to correct the code to jump to the (same) error path that
      unlocks the tables.
      77d78a88