mariadb/unittest/mysys
ParadoxV5 ab50aad15d Remove `%s` %b %M %T from my_vsnprintf`
MDEV-21978 introduces more preferrable alternatives to those extensions.
This commit removes the above old and deprecated syntax.

With the code for the old extension formats gone,
this commit also improves the code around the new extension suffixes:
* Remove code for formatting ``%`T``
  * Those code are now dead,
    for the new suffix-based syntax does not recognize `%sQT`/`%sTQ`.
  * `suffix_q= TRUE` now additionally replaces `…|= ESCAPED_ARG`.
* Flatten `flag= true if /%iE/` and `do_iE if flag` code together

[Breaking] This commit removes obsolete features. Although my earlier
work (should have) migrated every usages direct or indirect in the
entire MariaDB/server, other codebases might still be using them. This
final change will break *everything* in those outdated foreign lands.
2025-02-11 20:32:55 +01:00
..
aes-t.c MDEV-25785 Add support for OpenSSL 3.0 2022-07-04 12:49:11 +02:00
base64-t.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
bitmap-t.c Merge branch '10.6' into 10.11 2024-04-26 08:02:49 +02:00
byte_order-t.c Fixed compiler warnings from gcc 7.4.1 2020-01-29 23:23:55 +02:00
CMakeLists.txt MDEV-35683: add basic unit test for DYNAMIC_ARRAY 2024-12-20 11:07:53 +11:00
crc32-t.c MDEV-33817 preparation: Restructuring and unit tests 2024-05-03 13:06:13 +03:00
dynamic_array-t.c MDEV-35683: add basic unit test for DYNAMIC_ARRAY 2024-12-20 11:07:53 +11:00
dynstring-t.c Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
lf-t.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
ma_dyncol-t.c Change CHARSET_INFO character set and collaction names to LEX_CSTRING 2021-05-19 22:54:07 +02:00
my_atomic-t.c Shrink my_atomic.h and my_cpu.h scope 2020-04-15 22:23:03 +04:00
my_delete-t.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
my_getopt-t.c Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
my_malloc-t.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
my_rdtsc-t.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
my_tzinfo-t.c MDEV-32189 Use icu for timezones on windows 2023-11-21 21:35:02 +01:00
my_vsnprintf-t.c Remove `%s` %b %M %T from my_vsnprintf` 2025-02-11 20:32:55 +01:00
queues-t.c Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
stack_allocation-t.c MDEV-35574 remove obsolete pthread_exit calls 2024-12-10 12:12:20 +11:00
stacktrace-t.c MDEV-34921 MemorySanitizer reports errors for non-debug builds 2024-09-13 14:34:08 +03:00
thr_template.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
waiting_threads-t.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00