mariadb/mysql-test/suite
ParadoxV5 5de8e2dde3 Update errmsg-utf8.txt re my_snprintf suffixes
* Migrate `sql/share/errmsg-utf8.txt` to use suffix-based, `-Wformat`
  -compatible `my_snprintf` format extensions introduced in MDEV-21978
* Update relevant tests caught by BuildBot as well

While GCC `-Wformat` (with `ATTRIBUTE_FORMAT`) can catch obsolete or
malformed format string literals, formats originating from other sources
(such as this translations file) (still) require manual review.

This commit also escapes the only (1) instance of existing strings
conflicted by the introduction of suffixes:
(Not all `printf`s goes to `my_snprintf`, thus I `grep`ped and
confirmed that this does indeed land on `my_snprintf` eventually.)
    chi "不能%sSLAVE'%.*s'"

This commit also fixes the following: (You’re welcome.)
* Delete extraneous spaces after the `%` (they’re all Swahili)
* Update `extra/comp_err.c`
  * Add the missing standard C/C++ specifiers `c`, `i`, `o`, `p` and `X`
    (Especially `%i`: it otherwise was complaining about the new `%iE`)
  * Removed the old and obsolete extension formats `%b`, `%M` and `%T`
2025-02-12 10:17:44 +01:00
..
archive Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
atomic Disable atomic.alter_table on MSAN because of slowness 2025-01-09 12:31:17 +02:00
binlog cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
binlog_encryption cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
client MDEV-14978 fix client.client-env-variable test 2024-10-19 16:53:16 +02:00
compat Update errmsg-utf8.txt re my_snprintf suffixes 2025-02-12 10:17:44 +01:00
csv
encryption MDEV-9158 post-merge fixes 2025-02-11 20:31:36 +01:00
engines cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
events Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
federated cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
funcs_1 cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
funcs_2
galera Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
galera_3nodes Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
galera_3nodes_sr MDEV-35124 Set innodb_snapshot_isolation=ON by default 2024-10-11 15:02:31 +03:00
galera_sr Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
gcol cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
handler Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
heap Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
innodb cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
innodb_fts Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
innodb_gis Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
innodb_i_s
innodb_zip Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
jp
json MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
large_tests
maria MDEV-34189 Unexpected error on WHERE inet6col 2025-01-29 09:08:19 +04:00
mariabackup Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
merge
mtr/t Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
mtr2
multi_source Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
optimizer_unfixed_bugs
parts Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
perfschema Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
perfschema_stress
period cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
plugins Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
roles Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
rpl Update errmsg-utf8.txt re my_snprintf suffixes 2025-02-12 10:17:44 +01:00
s3 Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_sequence Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
storage_engine
stress MDEV-34453 Trying to read 16384 bytes at 70368744161280 outside the bounds of the file: ./ibdata1 2024-09-20 20:26:43 +05:30
sys_vars cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
sysschema MDEV-31736: format_bytes implementation 2024-11-26 13:10:01 +04:00
unit
vcol cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
versioning cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
wsrep Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00