1. 07 May, 2024 4 commits
  2. 06 May, 2024 16 commits
  3. 05 May, 2024 17 commits
  4. 04 May, 2024 2 commits
  5. 03 May, 2024 1 commit
    • Vladislav Vaintroub's avatar
      MDEV-34063 tpool - integer overflow in multiplication. · 88f49da8
      Vladislav Vaintroub authored
      When calculating next wakeup timepoint for the timer thread, with large
      thread_pool_stall_limit values, 32bit int overflow can happen.
      Fixed by making one operand 8 byte large.
      
      Also fixed the type of tick_interval to be unsigned, so it does not
      go negative for very thread_pool_stall_limit.
      88f49da8