mirror of
https://github.com/MariaDB/server.git
synced 2025-11-03 14:33:32 +03:00
In btr_index_rec_validate(), externally stored column check is missing while matching the length of the field with the length of the field data stored in record. Fetch the length of the externally stored part and compare it with the fixed field length.