Go to file
Honza Horak 6c204540ad Use mysqld instead of mysqld_safe (mysqld_safe not necessary for 5.7)
Use mysqld --initialize-insecure instead of mysql_install_db
  Create /var/lib/mysql-files (used by secure-file-priv)
    http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_secure_file_priv
  Remove unnecessary Perl dependencies (mysqlhotcopy was removed in 5.7)
  Thanks Norvald H. Ryeng
2024-02-05 16:59:12 +01:00
.gitignore Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.48.0-add-bjam-man-page.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.50.0-fix-non-utf8-files.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.54.0-locale-unused_typedef.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.55.0-python-test-PyImport_AppendInittab.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.57.0-build-optflags.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.57.0-mpl-print.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.57.0-python-abi_letters.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.57.0-python-libpython_dep.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.57.0-spirit-unused_typedef.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.58.0-address-model.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.58.0-pool-test_linking.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.58.0-pool.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.59-python-make_setter.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.59-test-fenv.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
boost-1.59.0-log.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
community-mysql-5.7.9-major.patch Update to 5.7.10 2024-02-05 16:59:12 +01:00
community-mysql-chain-certs.patch mysql is being replaced by mariadb and/or MySQL. 2024-02-05 16:59:12 +01:00
community-mysql-cipherspec.patch Spec rewrite to be more similar to oterh MySQL implementations 2024-02-05 16:59:12 +01:00
community-mysql-file-contents.patch Update to MySQL 5.6.23 2024-02-05 16:59:12 +01:00
community-mysql-install-test.patch Update to 5.6.17 2024-02-05 16:59:12 +01:00
community-mysql-logrotate.patch Hardcoded paths removed to work fine in chroot 2024-02-05 16:59:12 +01:00
community-mysql-paths.patch Update to 5.7.9 2024-02-05 16:59:12 +01:00
community-mysql-s390-tsc.patch Update to 5.7.9 2024-02-05 16:59:12 +01:00
community-mysql-scripts.patch Update to 5.7.9 2024-02-05 16:59:12 +01:00
community-mysql-sharedir.patch Update to 5.7.9 2024-02-05 16:59:12 +01:00
community-mysql.spec Use mysqld instead of mysqld_safe (mysqld_safe not necessary for 5.7) 2024-02-05 16:59:12 +01:00
my_config.h Update to 5.6.14 2024-02-05 16:59:12 +01:00
my.cnf.in Use correct dir for config files 2024-02-05 16:59:12 +01:00
mysql_config_multilib.sh Spec rewrite to be more similar to oterh MySQL implementations 2024-02-05 16:59:12 +01:00
mysql-5.6.10-rpmlintrc Update to 5.6.14 2024-02-05 16:59:12 +01:00
mysql-check-socket.sh Spec rewrite to be more similar to oterh MySQL implementations 2024-02-05 16:59:12 +01:00
mysql-check-upgrade.sh Use correct dir for config files 2024-02-05 16:59:12 +01:00
mysql-prepare-db-dir.sh Use mysqld instead of mysqld_safe (mysqld_safe not necessary for 5.7) 2024-02-05 16:59:12 +01:00
mysql-scripts-common.sh Adopt changes from mariadb to sync spec files 2024-02-05 16:59:12 +01:00
mysql-wait-ready.sh Spec rewrite to be more similar to oterh MySQL implementations 2024-02-05 16:59:12 +01:00
mysql-wait-stop.sh Wait for daemon ends 2024-02-05 16:59:12 +01:00
mysql.init.in Check permissions when starting service on RHEL-6 2024-02-05 16:59:12 +01:00
mysql.service.in Use mysqld instead of mysqld_safe (mysqld_safe not necessary for 5.7) 2024-02-05 16:59:12 +01:00
mysql.tmpfiles.d.in Hardcoded paths removed to work fine in chroot 2024-02-05 16:59:12 +01:00
README.mysql-docs Update to mysql 5.1.44; remove non-free documentation file. 2024-02-05 16:59:12 +01:00
README.mysql-license Adopt changes from mariadb to sync spec files 2024-02-05 16:59:12 +01:00
server.cnf.in Do not use scl prefix more than once in paths 2024-02-05 16:59:12 +01:00
sources Update to 5.7.10 2024-02-05 16:59:12 +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

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.