Support [server] section as well as [mysqld] section

Bug #807330 reported by John Ferlito
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
Triaged
Low
Unassigned

Bug Description

All of my mysl.cnf files have a

[server]

section instead of a

[mysqld]

section. I think this may be the default ubuntu config file. Could xtrabackup support this as well? At the moment it reports

innobackupex: fatal error: no 'mysqld' group in MySQL options
innobackupex: fatal error: OR no 'datadir' option in group 'mysqld' in MySQL options

Revision history for this message
John Ferlito (johnf-inodes) wrote :

Just discovered that it is mariadb specific.

Revision history for this message
Stewart Smith (stewart) wrote :

from mariadb 5.3:

const char *load_default_groups[]= {
#ifdef WITH_NDBCLUSTER_STORAGE_ENGINE
"mysql_cluster",
#endif
"mysqld", "server", MYSQL_BASE_VERSION,
"mariadb", MARIADB_BASE_VERSION,
"client-server",
0, 0};

versus MySQL 5.1:

const char *load_default_groups[]= {
#ifdef WITH_NDBCLUSTER_STORAGE_ENGINE
"mysql_cluster",
#endif
"mysqld","server", MYSQL_BASE_VERSION, 0, 0};

Changed in percona-xtrabackup:
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.