A community developed branch of MySQL
Go to file
Michal Schorm 56aea7f718 Fixup for: 0d4a89ed9 "Fix md5 in FIPS mode with OpenSSL 3.0.0"
The 'mariadb-fips.patch' patch has to be applied conditionally. It will FTBFS on releases without OpenSSL 3.

---

/builddir/build/BUILD/mariadb-10.5.15-downstream_modified/mysys_ssl/my_md5.cc: In function 'void md5_init(EVP_MD_CTX*)':
/builddir/build/BUILD/mariadb-10.5.15-downstream_modified/mysys_ssl/my_md5.cc:56:9: error: 'EVP_MD_fetch' was not declared in this scope; did you mean 'EVP_MD_flags'?
   56 |   md5 = EVP_MD_fetch(NULL, "MD5", "fips=no");
      |         ^~~~~~~~~~~~
      |         EVP_MD_flags
/builddir/build/BUILD/mariadb-10.5.15-downstream_modified/mysys_ssl/my_md5.cc:63:3: error: 'EVP_MD_free' was not declared in this scope; did you mean 'EVP_MD_type'?
   63 |   EVP_MD_free(md5);
      |   ^~~~~~~~~~~
      |   EVP_MD_type
gmake[2]: *** [mysys_ssl/CMakeFiles/mysys_ssl.dir/build.make:149: mysys_ssl/CMakeFiles/mysys_ssl.dir/my_md5.cc.o] Error 1
2022-02-24 02:07:46 +01:00
tests Add the first test for the Fedora CI 2018-03-01 15:41:44 +01:00
.gitignore Update to 10.1.12 2016-03-01 12:39:43 +01:00
LICENSE.clustercheck Add subpackage mariadb-server-galera 2016-03-22 15:30:08 +01:00
README.mariadb-docs README.mariadb-docs to refer to MariaDB documentation 2021-05-11 12:01:29 +00:00
clustercheck.sh Add subpackage mariadb-server-galera 2016-03-22 15:30:08 +01:00
generate-modified-sources.sh Introduce the script for generating sources tarball without a code under a license which was not yet approved for Fedora or RHEL 2021-05-12 05:33:16 +02:00
mariadb-check-socket.sh rename mysql scripts to mariadb 2021-05-11 12:01:29 +00:00
mariadb-check-upgrade.sh rename mysql scripts to mariadb 2021-05-11 12:01:29 +00:00
mariadb-fips.patch Fix md5 in FIPS mode with OpenSSL 3.0.0 2022-02-07 23:01:38 +01:00
mariadb-logrotate.patch Rebase to 10.5.15 2022-02-23 13:57:02 +01:00
mariadb-openssl3.patch Rebase to 10.5.15 2022-02-23 13:57:02 +01:00
mariadb-ownsetup.patch Fix of mariadb-ownsetup patch. Since we do CMake out-of-source builds, and the SOURCE and BUILD directiories differ, the bug that was present in the patch started to cause a issues. 2020-10-22 14:02:19 +02:00
mariadb-pcdir.patch Fix of mariadb-ownsetup patch. Since we do CMake out-of-source builds, and the SOURCE and BUILD directiories differ, the bug that was present in the patch started to cause a issues. 2020-10-22 14:02:19 +02:00
mariadb-prepare-db-dir.sh rename mysql scripts to mariadb 2021-05-11 12:01:29 +00:00
mariadb-scripts-common.sh mariadb-scripts-common: update sections from mariadbd --help --verbose 2021-05-11 12:01:29 +00:00
mariadb-scripts-setpermission.patch Fix mysql_setpermission bug (#1976224) 2021-08-26 12:59:44 +02:00
mariadb-scripts.patch rename mysql scripts to mariadb 2021-05-11 12:01:29 +00:00
mariadb-server-galera.te Add selinux policy 2016-05-12 20:29:28 +02:00
mariadb-ssl-cipher-tests.patch Rebase to 10.3.15 2019-06-12 12:27:35 +02:00
mariadb-ssl-cypher.patch JdbcMariaDB.jar test removed 2016-11-28 01:09:55 +01:00
mariadb.rpmlintrc Update RPMLint whitelist; fix RPMLint findings 2021-05-11 21:36:11 +02:00
mariadb.spec Fixup for: 0d4a89ed9 "Fix md5 in FIPS mode with OpenSSL 3.0.0" 2022-02-24 02:07:46 +01:00
mariadb.tmpfiles.d.in rename mysql scripts to mariadb 2021-05-11 12:01:29 +00:00
my.cnf.in Move server settings to config file under my.cnf.d dir 2015-01-25 00:00:50 +01:00
mysql.service.in Document systemd service changes 2021-05-11 12:07:23 +00:00
mysql@.service.in Document systemd service changes 2021-05-11 12:07:23 +00:00
mysql_config_multilib.sh Expand paths in helper scripts using cmake 2014-07-21 14:57:46 +02:00
rh-skipped-tests-arm.list Rebase to 10.4.16 2020-11-04 21:26:16 +01:00
rh-skipped-tests-base.list Rebase to 10.5.13 2021-12-02 11:16:46 +01:00
rh-skipped-tests-ppc.list Rebase to 10.5.2 - Beta 2020-10-22 14:02:19 +02:00
rh-skipped-tests-s390.list Rebase to 10.5.3 2020-10-22 14:02:19 +02:00
rpminspect.yaml Whitelisting file Index.xml from rpminspect xml check 2022-01-12 09:07:22 +01:00
sources Rebase to 10.5.15 2022-02-23 13:57:02 +01:00

README.mariadb-docs

MariaDB haven't yet made a document package available for offline.

You can create your own copy with the instructions here:

https://mariadb.com/kb/en/meta/mirroring-the-mariadb-knowledge-base/

You can find view the on-line documentation at:

https://mariadb.com/kb/en/documentation/