Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.5.2
-
None
Description
MDEV-21978 found many erroneous my_snprintf formattings when it reenabled GCC printf checks.
Patches to these errors should apply to the oldest applicable version in maintenance and up.
In MariaDB 11.5, the following strings did not fetch .str on their LEX_STRING fields, and so may display them corrupted depending on the compiler and platform, such as Visual Studio:
Missed by fd247cc21f (MDEV-31340)
- (DBUG) Wrong max day name(or month name) length for locale: <name>
- Can't process error message file for locale '<name>'
other
- Warning: Enabling keys got errno <error code> on <file name>, retrying (from d2304554ac (
MDEV-33751))
Attachments
Issue Links
- is caused by
-
MDEV-31340 Remove MY_COLLATION_HANDLER::strcasecmp()
- Closed
-
MDEV-33751 Assertion `thd' failed in int temp_file_size_cb_func(tmp_file_tracking*, int)
- Closed