Skip to content

Commit

Permalink
MDEV-26195 fixup: Format mismatch in mariabackup
Browse files Browse the repository at this point in the history
write_backup_config_file(): Use the correct format for
innodb_undo_tablespaces. The data type was changed in
commit ca501ff.
  • Loading branch information
dr-m committed Jul 24, 2021
1 parent fea8375 commit a880ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/mariabackup/backup_mysql.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ bool write_backup_config_file()
"innodb_log_file_size=%llu\n"
"innodb_page_size=%lu\n"
"innodb_undo_directory=%s\n"
"innodb_undo_tablespaces=%lu\n"
"innodb_undo_tablespaces=%u\n"
"innodb_compression_level=%u\n"
"%s%s\n"
"%s\n",
Expand Down

0 comments on commit a880ef5

Please sign in to comment.