MDEV-21935 Mariabackup file limits set incorrectly

Fixed a build time regression happening in x86-debian-12 platform
This commit is contained in:
sjaakola 2026-03-02 13:58:03 +02:00
commit e795ea6c5f

View file

@ -4807,7 +4807,7 @@ static ulong xb_set_max_open_files(rlim_t max_file_limit)
/* Use original value */
max_file_limit = static_cast<ulong>(old_cur);
msg( "setrlimit failed %d %s limit S: %lu H: %lu",
msg( "setrlimit failed %d %s limit S: %" PRIu64 " H: %" PRIu64,
errno, strerror(errno), rlimit.rlim_cur, rlimit.rlim_max);
} else {