Skip to content

Commit a880ef5

Browse files
committed
MDEV-26195 fixup: Format mismatch in mariabackup
write_backup_config_file(): Use the correct format for innodb_undo_tablespaces. The data type was changed in commit ca501ff.
1 parent fea8375 commit a880ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/mariabackup/backup_mysql.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ bool write_backup_config_file()
16081608
"innodb_log_file_size=%llu\n"
16091609
"innodb_page_size=%lu\n"
16101610
"innodb_undo_directory=%s\n"
1611-
"innodb_undo_tablespaces=%lu\n"
1611+
"innodb_undo_tablespaces=%u\n"
16121612
"innodb_compression_level=%u\n"
16131613
"%s%s\n"
16141614
"%s\n",

0 commit comments

Comments
 (0)