Commit 30b1fbda authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-14746 : read [mariabackup] section from config file.

parent 054051bb
...@@ -1183,10 +1183,10 @@ debug_sync_point(const char *name) ...@@ -1183,10 +1183,10 @@ debug_sync_point(const char *name)
} }
static const char *xb_client_default_groups[]= static const char *xb_client_default_groups[]=
{ "xtrabackup", "client", 0, 0, 0 }; { "xtrabackup", "mariabackup", "client", 0, 0, 0 };
static const char *xb_server_default_groups[]= static const char *xb_server_default_groups[]=
{ "xtrabackup", "mysqld", 0, 0, 0 }; { "xtrabackup", "mariabackup", "mysqld", 0, 0, 0 };
static void print_version(void) static void print_version(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment