[MDEV-13423] myisampack returns error when trying to compress a table with index on persistent column Created: 2017-08-02 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - MyISAM, Virtual Columns |
| Affects Version/s: | 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alice Sherepa | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 16.04 |
||
| Description |
|
Myisampack returns error 138 when trying to compress a table with index on persistent column
If there is no key on persistent column, then data is compressed as expected.
|