Comment 2 for bug 826377

Revision history for this message
Michael Widenius (monty) wrote :

The issue was a bug in Aria when using
alter table ... disable keys;
lock tables ... write;
INSERT multi-value-insert;
INSERT multi-value-insert;

If you remove the alter table command from the dump, the data loads fine.

I will push a fix to 5.2 shortly