Ignore:
Timestamp:
08/27/2024 08:03:55 AM (7 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
53d0e62a
Parents:
7d55a6a (diff), c36ca685 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb.xml

    r7d55a6a rde61ab1  
    88  <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    99  <!ENTITY mariadb-download-ftp  " ">
    10   <!ENTITY mariadb-md5sum        "904693e6fb92aa8804a6cb161441b474">
     10  <!ENTITY mariadb-md5sum        "ba7abfae7947893c5a5343180808b0cb">
    1111  <!ENTITY mariadb-size          "96 MB">
    1212  <!ENTITY mariadb-buildsize     "1.9 GB (415 MB installed)">
    13   <!ENTITY mariadb-time          "8.7 SBU (with parallelism=4, add 0.3 SBU for tests)">
     13  <!ENTITY mariadb-time          "4.8 SBU (with parallelism=8, add 0.3 SBU for tests)">
    1414]>
    1515
     
    7171    <note>
    7272      <para>
    73         The installed size of MariaDB is 723 MB, but this can be
    74         reduced by about 262 MB, if desired, by removing the <filename
     73        The installed size of MariaDB is 725 MB, but this can be
     74        reduced by about 265 MB, if desired, by removing the <filename
    7575        class="directory">/usr/share/mysql/test</filename>
    7676        directory after installation.
     
    162162cd    build &amp;&amp;
    163163
    164 cmake -DCMAKE_BUILD_TYPE=Release                       \
    165       -DCMAKE_INSTALL_PREFIX=/usr                      \
    166       -DGRN_LOG_PATH=/var/log/groonga.log              \
    167       -DINSTALL_DOCDIR=share/doc/mariadb-&mariadb-version;       \
    168       -DINSTALL_DOCREADMEDIR=share/doc/mariadb-&mariadb-version; \
    169       -DINSTALL_MANDIR=share/man                       \
    170       -DINSTALL_MYSQLSHAREDIR=share/mysql              \
    171       -DINSTALL_MYSQLTESTDIR=share/mysql/test          \
    172       -DINSTALL_PAMDIR=lib/security                    \
    173       -DINSTALL_PAMDATADIR=/etc/security               \
    174       -DINSTALL_PLUGINDIR=lib/mysql/plugin             \
    175       -DINSTALL_SBINDIR=sbin                           \
    176       -DINSTALL_SCRIPTDIR=bin                          \
    177       -DINSTALL_SQLBENCHDIR=share/mysql/bench          \
    178       -DINSTALL_SUPPORTFILESDIR=share/mysql            \
    179       -DMYSQL_DATADIR=/srv/mysql                       \
    180       -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock        \
    181       -DWITH_EXTRA_CHARSETS=complex                    \
    182       -DWITH_EMBEDDED_SERVER=ON                        \
    183       -DSKIP_TESTS=ON                                  \
    184       -DTOKUDB_OK=0                                    \
     164cmake -D CMAKE_BUILD_TYPE=Release                       \
     165      -D CMAKE_INSTALL_PREFIX=/usr                      \
     166      -D GRN_LOG_PATH=/var/log/groonga.log              \
     167      -D INSTALL_DOCDIR=share/doc/mariadb-&mariadb-version;       \
     168      -D INSTALL_DOCREADMEDIR=share/doc/mariadb-&mariadb-version; \
     169      -D INSTALL_MANDIR=share/man                       \
     170      -D INSTALL_MYSQLSHAREDIR=share/mysql              \
     171      -D INSTALL_MYSQLTESTDIR=share/mysql/test          \
     172      -D INSTALL_PAMDIR=lib/security                    \
     173      -D INSTALL_PAMDATADIR=/etc/security               \
     174      -D INSTALL_PLUGINDIR=lib/mysql/plugin             \
     175      -D INSTALL_SBINDIR=sbin                           \
     176      -D INSTALL_SCRIPTDIR=bin                          \
     177      -D INSTALL_SQLBENCHDIR=share/mysql/bench          \
     178      -D INSTALL_SUPPORTFILESDIR=share/mysql            \
     179      -D MYSQL_DATADIR=/srv/mysql                       \
     180      -D MYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock        \
     181      -D WITH_EXTRA_CHARSETS=complex                    \
     182      -D WITH_EMBEDDED_SERVER=ON                        \
     183      -D SKIP_TESTS=ON                                  \
     184      -D TOKUDB_OK=0                                    \
    185185      .. &amp;&amp;
    186186make</userinput></screen>
     
    225225
    226226    <para>
    227       <parameter>-DWITH_EMBEDDED_SERVER=ON</parameter>: This switch enables
     227      <parameter>-D WITH_EMBEDDED_SERVER=ON</parameter>: This switch enables
    228228      compiling the embedded server library needed by certain applications,
    229229      such as <application>Amarok</application>.
     
    231231
    232232    <para>
    233       <parameter>-DWITH_EXTRA_CHARSETS=complex</parameter>: This switch enables
     233      <parameter>-D WITH_EXTRA_CHARSETS=complex</parameter>: This switch enables
    234234      support for the complex character sets.
    235235    </para>
    236236
    237237    <para>
    238       <parameter>-DSKIP_TESTS=ON</parameter>: This switch disables
     238      <parameter>-D SKIP_TESTS=ON</parameter>: This switch disables
    239239      tests for MariaDB Connector/C which are not supported without
    240240      additional setup.
     
    242242
    243243    <para>
    244       <option>-DWITHOUT_SERVER=ON</option>: Use this
     244      <option>-D WITHOUT_SERVER=ON</option>: Use this
    245245      switch if you don't want the server and would like to build the client
    246246      only.
     
    280280
    281281      <para>
    282         Create basic <filename>/etc/mysql/my.cnf</filename>
    283         using the following command as the <systemitem
     282        Create a basic <filename>/etc/mysql/my.cnf</filename>
     283        file using the following command as the <systemitem
    284284        class="username">root</systemitem> user:
    285285      </para>
Note: See TracChangeset for help on using the changeset viewer.