xtrabackup shows innodb_log_file_size even using new variable

Description

Starting with 8.0.30, MySQL uses the new variable to control InnoDB log files. 

https://dev.mysql.com/doc/refman/8.0/en/innodb-redo-log.html

Even if I use the new one, Xtrabackup still shows the old variable innodb_log_file_size = 50331648.

Environment

None

Activity

Marcelo Altmann November 23, 2023 at 11:33 AM

One note for the dev working on this:

8.0 can backup prior to 8.0.29, so a check needs to be added in order to print redo_capacity or log files.

Trunk we can print only redo_capacity.

Details

Assignee

Reporter

Needs QA

Yes

Affects versions

Priority

Smart Checklist

Created November 23, 2023 at 11:15 AM
Updated November 23, 2023 at 11:33 AM