mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +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.
15 KiB
15 KiB