Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-18347

mariabackup doesn't read all server option groups from configuration files

    XMLWordPrintable

Details

    Description

      mariabackup doesn't currently seem to read all server option groups.

      I checked by looking at the following array in extra/mariabackup/xtrabackup.cc:

      static const char *xb_server_default_groups[]=
      	{ "xtrabackup", "mariabackup", "mysqld", 0, 0, 0 };
      

      https://github.com/MariaDB/server/blob/9dc81d2a7a6467cea2dc456d75e22d93ad192e1e/extra/mariabackup/xtrabackup.cc#L1581

      And comparing that to the array in include/mysqld_default_groups.h:

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

      https://github.com/MariaDB/server/blob/5abc79dd7ab2fccb4b05ca38a512ec816d2f8e52/include/mysqld_default_groups.h

      Attachments

        Issue Links

          Activity

            People

              wlad Vladislav Vaintroub
              GeoffMontee Geoff Montee (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.