1. 18 Jan, 2023 8 commits
  2. 17 Jan, 2023 14 commits
  3. 16 Jan, 2023 1 commit
  4. 15 Jan, 2023 1 commit
  5. 14 Jan, 2023 2 commits
  6. 13 Jan, 2023 13 commits
  7. 12 Jan, 2023 1 commit
    • Nikita Malyavin's avatar
      MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraint · 7a98d232
      Nikita Malyavin authored
      node->is_delete was incorrectly set to NO_DELETE for a set of operations.
      
      In general we shouldn't rely on sql_command and look for more abstract ways
      to control the behavior.
      
      trg_event_map seems to be a suitable way. To mind replica nodes, it is ORed
      with slave_fk_event_map, which stores trg_event_map when replica has
      triggers disabled.
      7a98d232