The mysql8.4 package
Find a file
Marcin Juszkiewicz 7fe02d1a0a RISC-V changes
Disable numactrl, libquadmath build dependencies
Disable ld.gold
Add list of skipped tests

Authorship set to David Abdurachmanov as he did them in RISC-V forge.
2025-12-02 11:53:54 +01:00
.fmf Setup gating for c10s 2025-04-15 11:01:57 +02:00
plans Setup gating for c10s 2025-04-15 11:01:57 +02:00
.gitignore Update to MySQL 5.7.14 - sources 2025-04-15 11:01:26 +02:00
boost-1.57.0-mpl-print.patch Rebase to 8.4.4 2025-04-15 11:01:57 +02:00
gating.yaml Setup gating for c10s 2025-04-15 11:01:57 +02:00
my.cnf.in Update cnf and service files with MySQL 8.0 features and clean up patches. 2025-04-15 11:01:33 +02:00
mysql-check-socket.sh Spec rewrite to be more similar to oterh MySQL implementations 2025-04-15 11:01:19 +02:00
mysql-file-contents.patch Rename all patch files and specfile 2025-04-15 11:01:52 +02:00
mysql-flush-logrotate.patch [logrotate] Enhance the logrotate configuration to use systemctl kill 2025-07-30 10:42:24 +02:00
mysql-gcc-15.patch Fix FTBFS caused by GCC 15 2025-04-15 11:01:56 +02:00
mysql-install-test.patch Rename all patch files and specfile 2025-04-15 11:01:52 +02:00
mysql-paths.patch Rebase to 8.4.6 2025-07-28 15:16:52 +02:00
mysql-prepare-db-dir.sh Fix scripts after moving mysqld back to /usr/libexec 2025-04-15 11:01:34 +02:00
mysql-rpath.patch Rename all patch files and specfile 2025-04-15 11:01:52 +02:00
mysql-scripts-common.sh Support --defaults-group-suffix option in systemd unit file 2025-04-15 11:01:30 +02:00
mysql-scripts.patch Removed the support for multilib archs 2025-05-15 10:20:44 +02:00
mysql-sharedir.patch Rename all patch files and specfile 2025-04-15 11:01:52 +02:00
mysql-wait-stop.sh Wait for daemon ends 2025-04-15 11:01:23 +02:00
mysql.service.in Remove SysVInit stuff 2025-04-15 11:01:37 +02:00
mysql.tmpfiles.d.in [tmpfiles.d] Fixup of the tmpfile.d rules 2025-11-21 07:58:32 +01:00
mysql8.4.rpmlintrc necessary file renames 2025-04-15 11:01:57 +02:00
mysql8.4.spec RISC-V changes 2025-12-02 11:53:54 +01:00
mysql@.service.in Remove SysVInit stuff 2025-04-15 11:01:37 +02:00
README.mysql-docs Update to mysql 5.1.44; remove non-free documentation file. 2025-04-15 11:01:05 +02:00
README.mysql-license Update the license clarification text to reflect the current state 2025-04-15 11:01:58 +02:00
rh-skipped-tests-list-arm.list Testsuite verified for 8.0.37 2025-04-15 11:01:54 +02:00
rh-skipped-tests-list-base.list Updated the skipped-tests-list files with the newest findings 2025-11-05 16:01:17 +01:00
rh-skipped-tests-list-ppc.list Updated the skipped-tests-list files with the newest findings 2025-11-05 16:01:17 +01:00
rh-skipped-tests-list-riscv.list RISC-V changes 2025-12-02 11:53:54 +01:00
rh-skipped-tests-list-s390.list Updated the skipped-tests-list files with the newest findings 2025-11-05 16:01:17 +01:00
rpminspect.yaml rpminspect - introduce a global ignore list 2025-04-15 11:01:47 +02:00
server.cnf.in Fix the logrotate file [2] 2025-04-15 11:01:47 +02:00
sources Rebase to 8.4.7 2025-11-05 14:53:06 +01:00

MySQL is distributed under GPL v2, but there are some licensing exceptions
that allow the client libraries to be linked with a non-GPL application,
so long as the application is under a license approved by Oracle.
For details see

'The Universal FOSS Exception, Version 1.0':
  https://oss.oracle.com/licenses/universal-foss-exception/
A predecessor of that license exception is now deprecated 'FOSS License Exception':
  http://www.mysql.com/about/legal/licensing/foss-exception/

Some innobase code from Percona and Google is under BSD license.
Some code related to test-suite is under LGPLv2.