MariaDB-server/include
ParadoxV5 21dfef474c Reënable ATTRIBUTE_FORMAT on DBUG_PRINT & t/eprint
(Re)ënable the `ATTRIBUTE_FORMAT` on `my_dbug.h`’s `_db_doprnt_`
(better known by its frontend `DBUG_PRINT`) and `ma_recovery_util.h`’s
`tprint` & `eprint` to leverage GCC `-Wformat` checking

c4bf4b7aef introduced `WAITING_FOR_BUGFIX_TO_VSPRINTF` to conditionally
(read: temporarily) disable their `ATTRIBUTE_FORMAT`s.
Whatever that bug was aside, MDEV-21978 Zulip suggested that the
preference for `%b` was probably intended, although c52e62a76f
reverted the one in `storage/maria/ma_recovery.c` back to `%s`.

All extension migrations (e.g., `%b` ➡ `%sB`)
in this commit were on `DBUG_PRINT`.
2025-02-12 10:17:44 +01:00
..
atomic
mysql Tag my_printf_error with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
providers
aligned.h
aria_backup.h
assume_aligned.h
big_endian.h MDEV-34970 Vector search fails to compile on s390x 2024-11-05 14:00:50 -08:00
byte_order_generic_x86_64.h
byte_order_generic_x86.h
byte_order_generic.h
CMakeLists.txt MDEV-34348: Consolidate cmp function declarations 2024-11-23 08:14:22 -07:00
decimal.h
dur_prop.h
errmsg.h
ft_global.h MDEV-31340 Remove MY_COLLATION_HANDLER::strcasecmp() 2024-04-18 15:22:10 +04:00
handler_ername.h MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
handler_state.h
hash.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
heap.h MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
ilist.h
json_lib.h
keycache.h
lf.h
little_endian.h
m_ctype.h Tag my_vsnprintf.c with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
m_string.h MDEV-31340 fixup: clang++-20 -Wdeprecated-literal-operator 2024-12-02 10:44:06 +02:00
ma_dyncol.h
maria.h mhnsw: build indexes with the columns of exactly right size 2024-11-05 14:00:49 -08:00
mariadb_capi_rename.h more C API methods in the service_sql 2025-01-28 19:31:29 +01:00
my_alloc.h memroot improvement: fix savepoint support 2024-11-05 14:00:47 -08:00
my_alloca.h
my_atomic_wrapper.h
my_atomic.h
my_attribute.h Merge 10.5 -> 10.6 2024-12-05 09:20:36 +01:00
my_base.h Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
my_bit.h cleanup: spaces, casts, comments 2024-11-05 14:00:47 -08:00
my_bitmap.h Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
my_byteorder.h cleanup: get_float convenience helper 2024-11-05 14:00:47 -08:00
my_check_opt.h
my_cmp.h MDEV-34348: Consolidate cmp function declarations 2024-11-23 08:14:22 -07:00
my_compare.h
my_compiler.h MDEV-33748 get rid of pthread_(get_/set_)specific, use thread_local 2024-06-21 13:46:41 +02:00
my_counter.h
my_cpu.h Merge 10.5 into 10.6 2025-01-20 09:57:37 +02:00
my_crypt.h
my_dbug.h Reënable ATTRIBUTE_FORMAT on DBUG_PRINT & t/eprint 2025-02-12 10:17:44 +01:00
my_decimal_limits.h
my_default.h
my_dir.h
my_getopt.h Fix that one cannot change value for deleted variables 2024-05-27 12:39:02 +02:00
my_global.h Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
my_handler_errors.h Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
my_libwrap.h
my_list.h
my_md5.h
my_minidump.h
my_net.h
my_nosys.h
my_pthread.h Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
my_rdtsc.h MDEV-34815 SIGILL error when executing mariadbd compiled for RISC-V with Clang 2024-12-05 02:36:25 +11:00
my_rnd.h
my_service_manager.h
my_stack_alloc.h MDEV-34533 asan error about stack overflow when writing record in Aria 2024-10-16 17:24:46 +03:00
my_stacktrace.h
my_sys.h Tag my_vsnprintf.c with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
my_time.h More windows changes for 32 bit unsigned timestamp: 2024-05-27 12:39:02 +02:00
my_tracker.h
my_tree.h
my_uctype.h
my_user.h
my_valgrind.h
my_xml.h
myisam.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
myisamchk.h MDEV-33751 Assertion `thd' failed in int temp_file_size_cb_func(tmp_file_tracking*, int) 2024-05-27 12:39:04 +02:00
myisammrg.h
myisampack.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
mysql_com_server.h
mysql_com.h MDEV-33145 support for old-mode=OLD_FLUSH_STATUS 2024-05-27 12:39:03 +02:00
mysql_embed.h
mysql_time.h Extends 64 bit windows to support timestamps up to year 2106. 2024-05-27 12:39:02 +02:00
mysql_version.h.in
mysql.h cleanup: generalize ER_INNODB_NO_FT_TEMP_TABLE 2024-11-05 14:00:48 -08:00
mysqld_default_groups.h
mysys_err.h MDEV-9101 Limit size of created disk temporary files and tables 2024-05-27 12:39:04 +02:00
no_valgrind_without_big.inc
pack.h
password.h
pfs_file_provider.h
pfs_idle_provider.h
pfs_memory_provider.h
pfs_metadata_provider.h
pfs_socket_provider.h
pfs_stage_provider.h
pfs_statement_provider.h
pfs_table_provider.h
pfs_thread_provider.h MDEV-32537 Name threads to improve debugging experience and diagnostics. 2024-07-09 13:17:20 +02:00
pfs_transaction_provider.h
probes_mysql_nodtrace.h.in
probes_mysql.d.base
probes_mysql.h
queues.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
rijndael.h
scope.h Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
service_versions.h Tag my_printf_error with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
source_revision.h.in
span.h
sql_common.h
ssl_compat.h
sslopt-case.h
sslopt-longopts.h Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
sslopt-vars.h
t_ctype.h
thr_lock.h
thr_timer.h
typelib.h cleanup: CREATE_TYPELIB_FOR() helper 2024-11-05 14:00:47 -08:00
violite.h
waiting_threads.h
welcome_copyright_notice.h
wqueue.h
wsrep.h