[MDEV-6354] Implement a way to read MySQL 5.7.4-labs-tplc page format (Fusion-IO) Created: 2014-06-17 Updated: 2018-06-13 Resolved: 2014-09-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.1.0 |
| Fix Version/s: | 10.0.15-FusionIO, 10.1.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | fusion-io, innodb | ||
| Description |
|
Page compression page format on MySQL 5.7.4-labs-tplc is different compared to MariaDB 10.1. Implement a way to read MySQL page format and write MariaDB page format on demand way (I can also write MySQL page format if needed). |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-07-21 ] |
|
revno: 3991 Added support for LZMA and BZIP2 compression algorithms. |
| Comment by Jan Lindström (Inactive) [ 2014-07-22 ] |
|
commit dbc79ce0557ad5b7e3f51d7ffb0ffd1bec5b21bf Addeed LZMA and BZIP2 compression methods. |
| Comment by Jan Lindström (Inactive) [ 2014-07-25 ] |
|
Does not work. |