percona-discussion team mailing list archive
-
percona-discussion team
-
Mailing list archive
-
Message #00563
[Bug 372054] [NEW] not reading correct innodb_log_file_size in mysql4.0 cnf file
Public bug reported:
I've got a mysql-4.0.27 setup on x86_64 which has the following in its my.cnf:
set-variable = innodb_log_file_size=512M
set-variable = innodb_log_files_in_group=2
xtrabackup incorrectly reports:
xtrabackup: innodb_log_files_in_group = 2
xtrabackup: innodb_log_file_size = 5242880
InnoDB: Error: log file /var/lib/mysql/ib_logfile0 is of different size 0 536870912 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
changing my.cnf to
innodb_log_file_size=512M
innodb_log_files_in_group=2
solves this but I assume, that xtrabackup should read the set-variable
settings too as mysql does.
** Affects: percona-xtrabackup
Importance: Undecided
Status: New
--
not reading correct innodb_log_file_size in mysql4.0 cnf file
https://bugs.launchpad.net/bugs/372054
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona-XtraBackup.
Status in Open source backup tool for InnoDB and XtraDB: New
Bug description:
I've got a mysql-4.0.27 setup on x86_64 which has the following in its my.cnf:
set-variable = innodb_log_file_size=512M
set-variable = innodb_log_files_in_group=2
xtrabackup incorrectly reports:
xtrabackup: innodb_log_files_in_group = 2
xtrabackup: innodb_log_file_size = 5242880
InnoDB: Error: log file /var/lib/mysql/ib_logfile0 is of different size 0 536870912 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
changing my.cnf to
innodb_log_file_size=512M
innodb_log_files_in_group=2
solves this but I assume, that xtrabackup should read the set-variable settings too as mysql does.
Follow ups
References