1. 17 Nov, 2021 1 commit
    • Marko Mäkelä's avatar
      MDEV-23805 fixup: Adjsut the MDEV-16131 and MDEV-24730 tests · 878f7e38
      Marko Mäkelä authored
      MDEV-23805 simplified the treatment of empty tables during ALTER TABLE,
      which could prevent the scenarios that were previously reported and
      fixed as MDEV-16131 and MDEV-24730.
      
      With the MDEV-23805 fix, the statement
      SET DEBUG_SYNC = 'now WAIT_FOR copied';
      could occasionally time out, depending on timing.
      Apparently, there was a race condition where purge could resume
      (and empty the table) before ALTER TABLE got the chance to execute.
      We must prevent the purge of history from running before
      ALTER TABLE has started executing.
      878f7e38
  2. 12 Nov, 2021 1 commit
  3. 11 Nov, 2021 4 commits
  4. 10 Nov, 2021 1 commit
  5. 09 Nov, 2021 23 commits
  6. 08 Nov, 2021 6 commits
  7. 05 Nov, 2021 3 commits
  8. 04 Nov, 2021 1 commit