1. 16 Sep, 2024 1 commit
  2. 14 Sep, 2024 1 commit
    • Marko Mäkelä's avatar
      MDEV-34750 fixup: -Wconversion on 32-bit · e3f653ca
      Marko Mäkelä authored
      log_t::resize_write_buf(): If d<0 and d>-length, d will fit in ssize_t,
      which is a signed 32-bit or 64-bit integer. Cast from int64_t to ssize_t
      to make this clear and to silence a compiler warning.
      e3f653ca
  3. 12 Sep, 2024 4 commits
  4. 11 Sep, 2024 6 commits
  5. 10 Sep, 2024 28 commits