[MDEV-11730] Memory leak in innodb.innodb_corrupt_bit Created: 2017-01-05 Updated: 2017-01-05 Resolved: 2017-01-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Fix Version/s: | 10.0.29, 10.1.21, 10.2.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | valgrind | ||
| Description |
|
The function ha_innobase::prepare_inplace_alter_table() is failing to call mem_heap_free(heap) when it notices that a secondary index is corrupted. |
| Comments |
| Comment by Marko Mäkelä [ 2017-01-05 ] | ||||||
|
I accidentally created this as a task instead of bug.
|