[MDEV-7133] InnoDB: Assertion failure in dict_tf_is_valid Created: 2014-11-19 Updated: 2014-11-19 Resolved: 2014-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0.15-FusionIO, 10.1.1 |
| Fix Version/s: | 10.0.15-FusionIO, 10.1.2 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | fusion-io, innodb, xtradb | ||
| Description |
|
We need to disallow creating page compressed table with row_format=redundant. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-11-19 ] |
|
commit b432c7bc4226af87a0de1ea3b4dc5a5accbfee0a Problem is that page compressed tables currently require atomic_blobs and Fix: Disallow page compressed create option if table row_format=redundant. |
| Comment by Jan Lindström (Inactive) [ 2014-11-19 ] |
|
revno: 4003 Problem is that page compressed tables currently require atomic_blobs and Fix: Disallow page compressed create option if table row_format=redundant. |