MySQL client programs and shared libraries
Explanation of the options per: https://dev.mysql.com/doc/dev/mysql-server/latest/PAGE_MYSQL_TEST_RUN_PL.html --port-base=P The value may also be given with the environment variable MTR_PORT_BASE. The variable MTR_PORT_BASE is a more logical replacement for the original variable MTR_BUILD_THREAD. It gives the actual port number directly (will be rounded down to a multiple of 10). If you use MTR_BUILD_THREAD, the port number is found by multiplying this by 10 and adding 10000. Specify base of port numbers to be used; a block of 10 will be allocated. P should be divisible by 10; if it is not, it will be rounded down. If running with more than one parallel test thread, thread 2 will use the next block of 10 and so on. If the port number is given as auto, which is also the default, mysql-test-run.pl will allocate a number unique to this host. --port-base was added as a more logical alternative to --build-thread. If both are used, --port-base takes precedence. |
||
|---|---|---|
| .fmf | ||
| plans | ||
| .gitignore | ||
| boost-1.57.0-mpl-print.patch | ||
| boost-1.58.0-pool.patch | ||
| gating.yaml | ||
| my.cnf.in | ||
| mysql8.4.spec | ||
| mysql_config_multilib.sh | ||
| mysql-check-socket.sh | ||
| mysql-file-contents.patch | ||
| mysql-flush-logrotate.patch | ||
| mysql-install-test.patch | ||
| mysql-mtr.patch | ||
| mysql-openssl-engine.patch | ||
| mysql-paths.patch | ||
| mysql-prepare-db-dir.sh | ||
| mysql-rpath.patch | ||
| mysql-scripts-common.sh | ||
| mysql-scripts.patch | ||
| mysql-sharedir.patch | ||
| mysql-wait-stop.sh | ||
| mysql.rpmlintrc | ||
| mysql.service.in | ||
| mysql.tmpfiles.d.in | ||
| mysql@.service.in | ||
| README.mysql-docs | ||
| README.mysql-license | ||
| rh-skipped-tests-list-arm.list | ||
| rh-skipped-tests-list-base.list | ||
| rh-skipped-tests-list-ppc.list | ||
| rh-skipped-tests-list-s390.list | ||
| rpminspect.yaml | ||
| server.cnf.in | ||
| sources | ||
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.