1. 17 Oct, 2022 1 commit
  2. 16 Oct, 2022 1 commit
  3. 13 Oct, 2022 10 commits
  4. 12 Oct, 2022 3 commits
  5. 11 Oct, 2022 8 commits
  6. 10 Oct, 2022 4 commits
  7. 09 Oct, 2022 6 commits
  8. 07 Oct, 2022 6 commits
  9. 06 Oct, 2022 1 commit
    • Aleksey Midenkov's avatar
      MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned table · fa0cada9
      Aleksey Midenkov authored
      10.5 part: test cases and comments.
      The code is in the merge commit 74fe1c44
      
      When f.ex. table is partitioned by HASH(a) and we rename column `a' to
      `b' partitioning filter stays unchanged: HASH(a). That's the wrong
      behavior.
      
      The patch updates partitioning filter in accordance to the new columns
      names. That includes partition/subpartition expression and
      partition/subpartition field list.
      fa0cada9