[MDEV-13932] fil0pagecompress.cc fails to compile with lzo 2.10 Created: 2017-09-28 Updated: 2017-09-29 Resolved: 2017-09-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.29 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
lzo2.10 :
|
| Comments |
| Comment by Gordon Fisher [ 2017-09-28 ] |
|
I am submitting a simple patch for this issue that I had ran into yesterday. |
| Comment by Gordon Fisher [ 2017-09-29 ] |
|
Here is a better patch at the recommendation of dragonheart on freenode/#maria |
| Comment by Jan Lindström (Inactive) [ 2017-09-29 ] |
|
Similar to other open source projects, the MariaDB Foundation needs to have shared ownership of all code that is included in the MariaDB distribution. The easiest way to achieve this is by submitting your code under the BSD-new license. The other alternative is to sign the code contribution agreement which can be found here: https://mariadb.com/kb/en/mariadb/mca/ Please indicate in a comment below that you are contributing your new code of the whole pull request, including one or several files that are either new files or modified ones, under the BSD-new license or that you have filled out the contribution agreement and sent it. Thanks, |
| Comment by Gordon Fisher [ 2017-09-29 ] |
|
Jan, you and the mariadb project are perfectly free to do with any patch that I submit as you see fit. You, mariadb, and any contributors have my full expressed permission to use them. |
| Comment by Jan Lindström (Inactive) [ 2017-09-29 ] |
|
commit b8488e5cf56cece22ae324a652d7ce8042739971 Patch contibuted by Gordon Fisher. Thank you for your contribution! |