[MDEV-20670] Add status variable that lists supported page compression algorithms Created: 2019-09-25 Updated: 2019-09-26 Resolved: 2019-09-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration, Storage Engine - InnoDB |
| Affects Version/s: | 10.2.27, 10.1.41, 10.3.18, 10.4.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Marko Mäkelä |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
InnoDB page compression is a bit awkward, because it supports a bunch of different page compression algorithms, but every build doesn't support every compression algorithm. There is not really a great way to check which page compression algorithms a specific build supports. Maybe we should add a status variable that contains a list of supported page compression algorithms? |
| Comments |
| Comment by Geoff Montee (Inactive) [ 2019-09-26 ] | |||||||||||
|
There are actually already individual status variables for each compression algorithm:
|