[MDEV-11838] Innodb-compression-algorithm default should be != none Created: 2017-01-19 Updated: 2017-01-19 Resolved: 2017-01-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.22 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This default change effects only if create table contains PAGE_COMPRESSED=YES table option and naturally in that case compression is desired. Default should be zlib. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2017-01-19 ] |
|
http://lists.askmonty.org/pipermail/commits/2017-January/010467.html |
| Comment by Marko Mäkelä [ 2017-01-19 ] |
|
Looks good. |
| Comment by Jan Lindström (Inactive) [ 2017-01-19 ] |
|
commit 8a4d605500ae487d3dc515305662769645bb092f Change default to zlib, this has effect only if user has |