[MDEV-14377] innodb_zip.cmp_per_index failed in buildbot, result length mismatch Created: 2017-11-13 Updated: 2018-04-18 Resolved: 2018-04-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Tests |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.2.15, 10.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alice Sherepa | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
|
| Comments |
| Comment by Marko Mäkelä [ 2018-04-06 ] |
|
I do not think that this failure is specific to 10.3. The ROW_FORMAT=COMPRESSED code has been mostly unchanged since 5.5. |
| Comment by Thirunarayanan Balathandayuthapani [ 2018-04-13 ] |
|
If the select query chooses the index 'b' then there is possibility for the issue to happen. It doesn't need I think we can adjust the test case to make fetch from primary index always. |
| Comment by Marko Mäkelä [ 2018-04-15 ] |
|
Good analysis. FORCE INDEX should cure it. I think it should be done in MariaDB 5.5 already. If the test is missing or under a different name in MariaDB before 10.2, then the test should be added or renamed. |
| Comment by Marko Mäkelä [ 2018-04-17 ] |
|
This looks OK to me, but please do it in the earliest applicable version instead of 10.3. |