Carl George 8dd95cd3f6 Fix %ifarch usage
When rebuilding mariadb on EL7, I noticed that tokudb, mroonga, and
rocksdb were enabled, despite what this conditional appears to do.
After some experimentation, I can see that %ifarch does not support
appending another conditional with &&.  To achieve the desired logic,
the statement must be separate conditionals.
2020-08-07 10:45:06 +00:00
2019-11-06 15:15:54 +01:00
2018-07-10 19:49:34 +02:00
2016-05-12 20:29:28 +02:00
2018-10-22 15:37:32 +02:00
2020-08-07 10:45:06 +00:00
2018-09-19 14:22:19 +00:00
2018-06-14 13:04:33 +02:00
2020-02-07 14:34:26 +01:00
2020-06-08 10:25:56 +02: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.
Languages
Shell 93.9%
Makefile 6.1%