[MDEV-4006] mysql_plugin.1 is removed from source which is not necessary Created: 2013-01-07 Updated: 2013-06-14 Due: 2013-06-27 Resolved: 2013-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28a |
| Fix Version/s: | 5.5.32 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Honza Horak | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
All |
||
| Description |
|
mysql_plugin.1 file is removed from source tar ball, probably by a mistake |
| Comments |
| Comment by Sergei Golubchik [ 2013-05-08 ] |
|
It wasn't really "removed", it was never there. The file mysql_plugin.1 is not part of the mysql source tree. I believe it's generated from the manual (which is non-GPL and generally non-free) and put in the source tarball when a new mysql release is built. |
| Comment by Honza Horak [ 2013-05-24 ] |
|
OK, understood, but the mysql_plugin.1 itself is released with GPLv2 licence, so it shouldn't be a legal issue to include that file in the mariadb's source repository, right? |
| Comment by Sergei Golubchik [ 2013-05-24 ] |
|
ok, let me investigate |
| Comment by Sergei Golubchik [ 2013-06-13 ] |
|
I don't know, mysql_plugin.1 doesn't really say GPLv2 anywhere, so I'm hesitant to just take it. |
| Comment by Honza Horak [ 2013-06-14 ] |
|
It looks like mysql_plugin.1 from mysql tar ball was re-licensed in mysql-5.5.31. Until mysql-5.5.30 you can fine standard GPLv2 clause right in the man page: "This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License." But in mysql-5.5.31 it is licensed under totally different license: That was not nice from "MySQL upstream". Anyway, I guess we could still use the version from mysql-5.5.30. |