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

How to compile install mariadb without mysql-test

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Not a Bug
    • N/A
    • Compiling
    • None

    Description

      I tried to compile and install mariadb in alpine, because it was used in docker, so I wanted to take up less space after the compilation was successful.

      I used the -dcmake_build_type =MinSizeRel option to minimize the installation. But the mysql-test directory still takes up a lot of space.

      I tried using -dwith_unit_tests =OFF and -dconc_with_unit_tests =OFF to disable mysql-test installation, but they didn't work. I haven't found any other relevant options, similar to INSTALL_MYSQLTESTDIR="" in mysql.

      How can I disable mysql-test installation?

      mysql installation options is this:
      cmake . \
      -DCMAKE_BUILD_TYPE=MinSizeRel \
      -DWITH_UNIT_TESTS=OFF \
      -DCONC_WITH_UNIT_TESTS=OFF \
      -DWITH_MARIABACKUP=OFF \
      -DENABLED_LOCAL_INFILE=ON \
      -DWITHOUT_TOKUDB=1; \

      Attachments

        Activity

          People

            wlad Vladislav Vaintroub
            yinfuyuan yinfuyuan
            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.