You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug #30355485 CRASH WHEN DOING ANY OPERATION ON SUB-PARTITIONED TABLE
PROBLEM
--------
Removing the ibd file manually after table creation and trying to
do a select on the partitioned table after restart caused a debug crash.
The debug crash is because we are not cleaning the ha_innopart handle
properly in the error path. (when we detect ibd file is missing).In this
case it is complaining that bit map allocated for the ha_innopart handler
is not freed.
FIX
---
Properly clear the ha_innopart handler in the error path.
RB: 23542
Reviewed-by: Kevin Lewis <[email protected]>
0 commit comments