[MDEV-5645] MariaDB-5.5.35 - references are made to an "EXCEPTIONS-CLIENT" file but it does not exist Created: 2014-02-10 Updated: 2014-06-02 Resolved: 2014-06-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.35 |
| Fix Version/s: | 5.5.38 |
| Type: | Bug | Priority: | Major |
| Reporter: | John Regan | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | serg-test-sprint-1 |
| Description |
|
The REAME file in the source distribution references an "EXCEPTIONS-CLIENT" file. Several source code files (like libmysql.c) reference this file as well. It looks like this file doesn't exist. My understanding is the MariaDB client library is licensed as LGPLv2, but if I download the source I have no way of knowing that. |
| Comments |
| Comment by Sergei Golubchik [ 2014-02-18 ] |
|
We have two client libraries — one is GPL, you get it if you have the source tarball that includes the server. It has the version number like 5.5.36 or 10.0.8. The other is LGPL, the current version is 1.0.0. Here's the download page: https://downloads.mariadb.org/client-native/1.0.0/ |