Comment 1 for bug 473914

Revision history for this message
Oleksandr "Sanja" Byelkin (sanja-byelkin) wrote :

The memory which is corrupted was allocated between two ha_initialize_handlerton() calls, so probably it is also ha_initialize_handlerton() call:
hton= (handlerton *)my_malloc(sizeof(handlerton),
                                MYF(MY_WME | MY_ZEROFILL));
So the bug can be related to archive engine failures (also casued by memorry overrun)