1. 10 Feb, 2022 11 commits
  2. 09 Feb, 2022 2 commits
  3. 08 Feb, 2022 2 commits
  4. 07 Feb, 2022 1 commit
  5. 06 Feb, 2022 3 commits
  6. 05 Feb, 2022 4 commits
  7. 04 Feb, 2022 10 commits
  8. 03 Feb, 2022 5 commits
  9. 02 Feb, 2022 2 commits
    • Andrei's avatar
      MDEV-11675. rpl_start_alter_ftwrl.test is refined · e4d7886c
      Andrei authored
      The test could fail sporadically because of not anticipated
      race on slave between CREATE and ALTER queries.
      
      Fixed to synchronize slave and master wrt CREATE.
      e4d7886c
    • Marko Mäkelä's avatar
      MDEV-11675 fixup: GCC -Og -Wmaybe-uninitialized · 12f29a4b
      Marko Mäkelä authored
      save_restore_context_apply_event(): Because compilers cannot infer
      that ev->apply_event(rgi) will not affect ev->get_type_code(),
      let us test that condition only once and allow the compiler to
      emit a tail call.
      
      Also, replace a goto with an early return for error handling.
      12f29a4b