mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
SET col
When reporting a duplicate key error the server was making incorrect assumptions
on what the state of the value string to include in the error is.
Fixed by accessing the data in this string in a "safe" way (without relying on it
having a terminating 0).
Detected by code analysis and fixed a similar problem in reporting the foreign key
duplicate errors.
134 KiB
134 KiB