MDEV-16711 Crash in Field_blob::store() while reading statistics
for the small InnoDB table This bug was introduced by the patch 6c414fcf. The patch has not taken into account that some objects of the Field_* types are created only for TABLE_SHARE and the field 'table' is set to NULL for them. In particular such are objects created to store statistical min/max values for columns.
Showing
Please register or sign in to comment