[MDEV-18371] Server crashes in ha_innobase::cmp_ref upon UPDATE with PARTITION clause Created: 2019-01-24 Updated: 2021-04-19 Resolved: 2020-07-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Partitioning, Storage Engine - InnoDB |
| Affects Version/s: | 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.3.24, 10.4.14, 10.5.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | affects-tests | ||
| Description |
|
See also
All of debug, ASAN and non-debug builds fail the same way. There is initial analysis by marko in a comment to |
| Comments |
| Comment by Hartmut Holzgraefe [ 2019-10-18 ] | ||||||||||||||||||||||||||||||||||||||||
|
Still reproducible on all recent 10.3.x versions up to 10.3.18, but on 10.4 the original UPDATE test only fails up to 10.4.2, but not on later versions ... | ||||||||||||||||||||||||||||||||||||||||
| Comment by Hartmut Holzgraefe [ 2019-11-01 ] | ||||||||||||||||||||||||||||||||||||||||
|
With | ||||||||||||||||||||||||||||||||||||||||
| Comment by Alice Sherepa [ 2020-03-11 ] | ||||||||||||||||||||||||||||||||||||||||
|
Similar test case:
| ||||||||||||||||||||||||||||||||||||||||
| Comment by Roel Van de Paar [ 2020-04-08 ] | ||||||||||||||||||||||||||||||||||||||||
|
ha_innobase::cmp_ref also SIGSEGV's on DELETE without partitioning, ref | ||||||||||||||||||||||||||||||||||||||||
| Comment by Alexey Botchkov [ 2020-07-17 ] | ||||||||||||||||||||||||||||||||||||||||
|
https://github.com/MariaDB/server/commit/2cae58f8918f64c77227cfa07ab2fd24c3580f81 |