1. 01 Feb, 2023 9 commits
  2. 31 Jan, 2023 7 commits
  3. 30 Jan, 2023 4 commits
  4. 28 Jan, 2023 4 commits
  5. 27 Jan, 2023 1 commit
  6. 26 Jan, 2023 4 commits
  7. 25 Jan, 2023 7 commits
    • Marko Mäkelä's avatar
      e02ed04d
    • Marko Mäkelä's avatar
      82b18a83
    • Jan Lindström's avatar
      MDEV-30465 : Galera test galera_sr.MDEV-27615 takes 5mins · 8bccba1d
      Jan Lindström authored
      After d7d3ad69 we should use KILL_CONNECTION_HARD to interrupt
      debug_sync waits. Test case uses debug_sync and then disconnects
      connection from cluster.
      8bccba1d
    • Jan Lindström's avatar
      MDEV-27977 : galera.galera_UK_conflict fails with wrong result · 509c7f66
      Jan Lindström authored
      Add wait_condition so that all rows expected are really
      replicated before we check it.
      509c7f66
    • Heiko Becker's avatar
      Add missing include for std::runtime_error · 15226a28
      Heiko Becker authored
      Fixes the following error when building with gcc 13:
      
      "tpool/aio_liburing.cc:64:18: error: 'runtime_error' is not a member of 'std'
         64 |       throw std::runtime_error("aio_uring()");"
      15226a28
    • Daniel Black's avatar
      CREDITS: re-instate Tencent Cloud · 765291d6
      Daniel Black authored
      This was an accidential deletion looking at an outdated list.
      765291d6
    • Yuchen Pei's avatar
      MDEV-30370 Fixing spider hang when server aborts · 284810b3
      Yuchen Pei authored
      This is Kentoku's patch for MDEV-22979 (e6e41f04 + 22a00977),
      which fixes 30370.
      
      It changes the wait to a timed wait for the first sts thread, which
      waits on server start to execute the init queries for spider. It also
      flips the flag init_command to false when the sts thread is being
      freed. With these changes the sts thread can check the flag regularly
      and abort the init_queries when it finds out the init_command is
      false. This avoids the deadlock that causes the problem in MDEV-30370.
      
      It also fixes MDEV-22979 for 10.4, but not 10.5. I have not tested
      higher versions for MDEV-22979.
      
      A test has also been done on MDEV-29904 to avoid regression, given
      MDEV-27233 is a similar problem and its patch caused the
      regression. The test passes for 10.4-11.0.
      
      However, this adhoc test only works consistently when placed in the
      main testsuite. We should not place spider tests in the main suite, so
      we do not include it in this commit. A patch for MDEV-27912 should fix
      this problem and allow a proper test for MDEV-29904. See comments in
      the jira ticket MDEV-30370/29904 for the adhoc testcase used for this
      commit.
      284810b3
  8. 24 Jan, 2023 4 commits