mirror of
https://github.com/MariaDB/server.git
synced 2025-02-21 21:03:09 +01:00
![]() 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. |
||
---|---|---|
.. | ||
aes-t.c | ||
base64-t.c | ||
bitmap-t.c | ||
byte_order-t.c | ||
CMakeLists.txt | ||
crc32-t.c | ||
dynamic_array-t.c | ||
dynstring-t.c | ||
lf-t.c | ||
ma_dyncol-t.c | ||
my_atomic-t.c | ||
my_delete-t.c | ||
my_getopt-t.c | ||
my_malloc-t.c | ||
my_rdtsc-t.c | ||
my_tzinfo-t.c | ||
my_vsnprintf-t.c | ||
queues-t.c | ||
stack_allocation-t.c | ||
stacktrace-t.c | ||
thr_template.c | ||
waiting_threads-t.c |