mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Table corruption happens during table reading in ha_tina::find_current_row() func. Field::store() method returns error(true) if stored value is 0. The fix: added special case for enum type which correctly processes 0 value. Additional fix: INSERT...(default) and INSERT...() have the same behaviour now for enum type.
8.0 KiB
8.0 KiB