1. 30 Oct, 2019 16 commits
  2. 29 Oct, 2019 5 commits
  3. 28 Oct, 2019 8 commits
  4. 25 Oct, 2019 4 commits
  5. 24 Oct, 2019 1 commit
  6. 23 Oct, 2019 1 commit
  7. 19 Oct, 2019 4 commits
  8. 17 Oct, 2019 1 commit
    • Marko Mäkelä's avatar
      Simplify row_undo_ins_remove_sec_low() · fa929f7c
      Marko Mäkelä authored
      Reduce the scope of some variables, remove a goto and a redundant
      assertion.
      
      For B-tree secondary indexes, this function can remove a delete-marked
      purgeable record, in case a row rollback of the INSERT was initiated
      due to an error in an earlier secondary index.
      fa929f7c