1. 12 Feb, 2021 6 commits
  2. 07 Feb, 2021 1 commit
    • Sergei Golubchik's avatar
      MDEV-24274 ALTER TABLE with CHECK CONSTRAINTS gives "Out of Memory" error · ef5adf52
      Sergei Golubchik authored
      partially revert 76063c2a. Item::clone() is not an all-purpose
      Item copying machine, it was specifically created for pushdown
      of predicates into derived tables and views and it does not
      copy everything. In particular, it does not copy Item_func_regex.
      
      Fix the bug differently by preserving the old constraint name.
      But keep setting automatic_name=true to have it regenerated
      for cases like ALTER TABLE ... ADD CONSTRAINT.
      ef5adf52
  3. 06 Feb, 2021 1 commit
  4. 05 Feb, 2021 6 commits
  5. 02 Feb, 2021 5 commits
  6. 01 Feb, 2021 8 commits
  7. 30 Jan, 2021 1 commit
  8. 29 Jan, 2021 7 commits
  9. 28 Jan, 2021 5 commits