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

Bootstrap should ignore --enforce-storage-engine option

Details

    • 10.1.8-2

    Description

      Currently if the server config file has enforce-storage-engine option, bootstrap would use it for system tables; but we are not ready for that yet, so it will fail badly.

      Attachments

        Issue Links

          Activity

            jplindst Jan Lindström (Inactive) added a comment - http://lists.askmonty.org/pipermail/commits/2015-August/008240.html

            I don't think this needs any fixes in the server. mysql_install_db can disable enforce-storage-engine from the server's command line.
            Okay, if enforce-storage-engine cannot be disabled, then it's a bug on itself that needs fixing, but that should be done anyway, unrelated to bootstrap. So, to sum it up, there should be two changes:

            1. fix mysql_install_db to disable enforce-storage-engine from the server's command line.
            2. (optionally) fix the server to allow enforce-storage-engine to be disabled.

            It should be disabled either with --enforce-storage-engine="" or --disable-enforce-storage-engine or, may be, both should work.

            serg Sergei Golubchik added a comment - I don't think this needs any fixes in the server. mysql_install_db can disable enforce-storage-engine from the server's command line. Okay, if enforce-storage-engine cannot be disabled, then it's a bug on itself that needs fixing, but that should be done anyway, unrelated to bootstrap. So, to sum it up, there should be two changes: fix mysql_install_db to disable enforce-storage-engine from the server's command line. (optionally) fix the server to allow enforce-storage-engine to be disabled. It should be disabled either with --enforce-storage-engine="" or --disable-enforce-storage-engine or, may be, both should work.
            jplindst Jan Lindström (Inactive) added a comment - http://lists.askmonty.org/pipermail/commits/2015-September/008402.html

            commit 173e48695031ef17c69957751539060a0df1d6c7
            Author: Jan Lindström <jan.lindstrom@mariadb.com>
            Date: Wed Sep 16 13:01:04 2015 +0300

            MDEV-8576: Bootstrap should ignore --enforce-storage-engine option

            Allow enforce-storage-engine="" option and use that on mysql_install_db
            when doing bootstrap.

            jplindst Jan Lindström (Inactive) added a comment - commit 173e48695031ef17c69957751539060a0df1d6c7 Author: Jan Lindström <jan.lindstrom@mariadb.com> Date: Wed Sep 16 13:01:04 2015 +0300 MDEV-8576 : Bootstrap should ignore --enforce-storage-engine option Allow enforce-storage-engine="" option and use that on mysql_install_db when doing bootstrap.

            People

              jplindst Jan Lindström (Inactive)
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              5 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.