1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Files
mariadb/strings/conf_to_src.c
Daniel Black f609dbd39b MDEV-30692: conf_to_src incompatible with CHARSET_INFO changes (postfix)
Caused by MDEV-30577 when the CHARSET_INFO structure changed.

As hinted by clang:

error: no member named 'csname' in 'struct charset_info_st'; did you mean 'cs_name'?

Because the target conf_to_src has the properties EXCLUDE_FROM_DEFAULT_BUILD
it hasn't been noticed.

Also correct:

 warning: field precision should have type 'int', but argument has type 'size_t'
2025-09-10 13:50:59 +10:00

17 KiB