mirror of
https://github.com/MariaDB/server.git
synced 2026-05-19 05:20:16 +02:00
MDEV-21935 Mariabackup file limits set incorrectly
Fixed a build time regression happening in x86-debian-12 platform
This commit is contained in:
parent
072c7dc774
commit
e795ea6c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue