mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
This bug occurs when error message length exceeds allowed limit: my_error() function outputs "%s" sequences instead of long string arguments. Formats like %-.64s are very common in errmsg.txt files, however my_error() function simply ignores precision of those formats.
21 KiB
21 KiB