1. 21 Oct, 2022 3 commits
  2. 17 Oct, 2022 10 commits
  3. 16 Oct, 2022 3 commits
  4. 15 Oct, 2022 2 commits
  5. 14 Oct, 2022 6 commits
  6. 13 Oct, 2022 15 commits
  7. 12 Oct, 2022 1 commit
    • Nikita Malyavin's avatar
      MDEV-29753 An error is wrongly reported during INSERT with vcol index · 128356b4
      Nikita Malyavin authored
      See also commits aa8a31da and 64678c for a Bug #22990029 fix.
      
      In this scenario INSERT chose to check if delete unmarking is available for
      a just deleted record. To build an update vector, it needed to calculate
      the vcols as well. Since this INSERT was not IGNORE-flagged, recalculation
      failed.
      
      Solutiuon: temporarily set abort_on_warning=true, while calculating the
      column for delete-unmarked insert.
      128356b4