Comment 3 for bug 990187

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

This was a bug in the partitioning code where ha_extra(table, HA_EXTRA_FORCE_REOPEN) was called on a table that was open multiple times. Fixed by not calling ha_extra() in this case.