MariaDB-server/sql
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
..
share Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
add_errmsg
authors.h
backup.cc cleanup: CREATE_TYPELIB_FOR() helper 2024-11-05 14:00:47 -08:00
backup.h
bloom_filters.h MDEV-34699 - mhnsw: support aarch64 SIMD instructions 2025-01-17 22:56:51 +01:00
char_buffer.h
charset_collations.cc
charset_collations.h
client_settings.h
CMakeLists.txt MDEV-35616: Add basic optimizer support for virtual column 2025-01-25 10:50:52 +02:00
compat56.cc
compat56.h
contributors.h
create_options.cc Fix a bad merge 2024-11-13 16:38:53 +01:00
create_options.h Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
create_tmp_table.h
cset_narrowing.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
cset_narrowing.h
custom_conf.h
datadict.cc cleanup: unused function argument 2024-11-05 14:00:48 -08:00
datadict.h cleanup: unused function argument 2024-11-05 14:00:48 -08:00
ddl_log.cc Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
ddl_log.h
debug_sync.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
debug_sync.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
debug.cc
debug.h
deprecation.h
derived_handler.cc
derived_handler.h
derror.cc
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
encryption.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
event_data_objects.cc cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
event_data_objects.h
event_db_repository.cc
event_db_repository.h
event_parse_data.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
event_parse_data.h
event_queue.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
event_queue.h
event_scheduler.cc MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
event_scheduler.h
events.cc
events.h
field_comp.cc
field_comp.h
field_conv.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
field.cc Tag push_warning_printf with ATTRIBUTE_FORMAT 2025-02-12 10:17:44 +01:00
field.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
filesort_utils.cc initial support for vector indexes 2024-11-05 14:00:48 -08:00
filesort_utils.h Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
filesort.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
filesort.h
gcalc_slicescan.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
gcalc_slicescan.h
gcalc_tools.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
gcalc_tools.h
gen_lex_hash.cc
gen_lex_token.cc
gen_yy_files.cmake
grant.cc
grant.h
group_by_handler.cc
group_by_handler.h
gstream.cc
gstream.h
gtid_index.cc
gtid_index.h
ha_handler_stats.h MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
ha_partition.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
ha_partition.h Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
ha_sequence.cc MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
ha_sequence.h
handle_connections_win.cc
handle_connections_win.h
handler.cc MDEV-35069 IMPORT TABLESPACE does not work for tables with vector, although allowed 2025-02-10 12:22:05 +01:00
handler.h Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
hash_filo.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
hash_filo.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
hostname.cc Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
hostname.h
init.cc
init.h
innodb_priv.h
item_buff.cc
item_cmpfunc.cc MDEV-34189 Unexpected error on WHERE inet6col 2025-01-29 09:08:19 +04:00
item_cmpfunc.h MDEV-34189 Unexpected error on WHERE inet6col 2025-01-29 09:08:19 +04:00
item_create.cc MDEV-35450 VEC_DISTANCE() function to autouse the available index type 2025-01-21 12:18:56 +01:00
item_create.h Merge 10.6 -> 10.11 2024-12-05 10:11:58 +01:00
item_func.cc Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
item_func.h MDEV-35616: Add basic optimizer support for virtual column 2025-01-25 10:50:52 +02:00
item_geofunc.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
item_geofunc.h Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
item_jsonfunc.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
item_jsonfunc.h
item_row.cc
item_row.h
item_strfunc.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
item_strfunc.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
item_subselect.cc Tag push_warning_printf with ATTRIBUTE_FORMAT 2025-02-12 10:17:44 +01:00
item_subselect.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
item_sum.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
item_sum.h Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
item_timefunc.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
item_timefunc.h Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
item_vectorfunc.cc Tag push_warning_printf with ATTRIBUTE_FORMAT 2025-02-12 10:17:44 +01:00
item_vectorfunc.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
item_vers.cc
item_vers.h Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
item_windowfunc.cc
item_windowfunc.h
item_xmlfunc.cc Tag my_printf_error with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
item_xmlfunc.h
item.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
item.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
json_schema_helper.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
json_schema_helper.h Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
json_schema.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
json_schema.h Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
json_table.cc cleanup: lex_string_set3() 2024-11-05 14:00:47 -08:00
json_table.h
key.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
key.h MDEV-34348: Consolidate cmp function declarations 2024-11-23 08:14:22 -07:00
keycaches.cc
keycaches.h
lex_charset.cc
lex_charset.h
lex_ident_cli.h
lex_ident_sys.h
lex_ident.h MDEV-31340 fixup: clang++-20 -Wdeprecated-literal-operator 2024-12-02 10:44:06 +02:00
lex_string.h
lex_symbol.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
lex.h MDEV-34317: Implement RECORD type 2025-01-28 09:23:04 +04:00
lock.cc cleanup: handlerton 2024-11-05 14:00:50 -08:00
lock.h
log_cache.cc
log_cache.h binlog_cache_data: use the correct cache size in reset() 2024-12-05 13:17:12 +01:00
log_event_client.cc Tag my_vsnprintf.c with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
log_event_data_type.h
log_event_server.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
log_event.cc Reënable ATTRIBUTE_FORMAT on DBUG_PRINT & t/eprint 2025-02-12 10:17:44 +01:00
log_event.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
log_slow.h
log.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
log.h MDEV-35061 XA PREPARE "not supported by the engine" from storage engine mhnsw, memory leak 2024-11-05 14:00:51 -08:00
main.cc
mariadb.h
mdl.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
mdl.h
mem_root_array.h
message.h
message.mc
message.rc
mf_iocache_encr.cc
mf_iocache.cc
MSG00001.bin
multi_range_read.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
multi_range_read.h Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
my_apc.cc
my_apc.h
my_decimal.cc Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
my_decimal.h
my_json_writer.cc
my_json_writer.h
myskel.m4.in
mysql_install_db.cc
mysql_upgrade_service.cc
mysqld_suffix.h
mysqld.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
mysqld.h Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
net_serv.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
online_alter.cc MDEV-35182 crash in online_alter_end_trans with XA over vector indexes 2024-11-05 14:00:51 -08:00
opt_histogram_json.cc
opt_histogram_json.h
opt_index_cond_pushdown.cc
opt_range_mrr.cc
opt_range.cc MDEV-34189 Unexpected error on WHERE inet6col 2025-01-29 09:08:19 +04:00
opt_range.h Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
opt_rewrite_date_cmp.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
opt_rewrite_date_cmp.h
opt_rewrite_remove_casefold.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
opt_sargable_left.cc MDEV-34911 Sargable substr(col, 1, n) = str 2024-12-20 13:25:28 +11:00
opt_split.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
opt_subselect.cc Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
opt_subselect.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
opt_sum.cc
opt_table_elimination.cc cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
opt_trace_context.h
opt_trace.cc
opt_trace.h
opt_vcol_substitution.cc Tag push_warning_printf with ATTRIBUTE_FORMAT 2025-02-12 10:17:44 +01:00
opt_vcol_substitution.h MDEV-35616: Add basic optimizer support for virtual column 2025-01-25 10:50:52 +02:00
optimizer_costs.h Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
optimizer_defaults.h
parse_file.cc
parse_file.h
partition_element.h
partition_info.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
partition_info.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
password.c
plistsort.c
privilege.h
procedure.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
procedure.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
protocol.cc Reënable ATTRIBUTE_FORMAT on DBUG_PRINT & t/eprint 2025-02-12 10:17:44 +01:00
protocol.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
proxy_protocol.cc
proxy_protocol.h
records.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
records.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
repl_failsafe.cc cleanup: CREATE_TYPELIB_FOR() helper 2024-11-05 14:00:47 -08:00
repl_failsafe.h
replication.h
rowid_filter.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
rowid_filter.h Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
rpl_constants.h
rpl_filter.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
rpl_filter.h
rpl_gtid.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
rpl_gtid.h
rpl_injector.cc
rpl_injector.h
rpl_mi.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
rpl_mi.h
rpl_parallel.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
rpl_parallel.h MDEV-35465 Async replication stops working on Galera async replica node when parallel replication is enabled 2024-12-03 15:05:32 +01:00
rpl_record.cc
rpl_record.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
rpl_rli.h
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility_server.cc
rpl_utility.cc
rpl_utility.h
scheduler.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
scheduler.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
select_handler.cc
select_handler.h
semisync_master_ack_receiver.cc MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
semisync_master_ack_receiver.h
semisync_master.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
semisync_master.h MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
semisync_slave.cc
semisync_slave.h
semisync.cc
semisync.h
service_wsrep.cc Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
session_tracker.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
session_tracker.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
set_var.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
set_var.h Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
signal_handler.cc Merge branch '10.5' into '10.6' 2024-12-13 01:45:35 +01:00
simple_tokenizer.h
slave.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
slave.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
socketpair.c
socketpair.h
sp_cache.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sp_cache.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sp_head.cc MDEV-30469 (refactoring) Support ORDER BY and LIMIT for multi-table DELETE... 2025-02-05 10:08:58 -05:00
sp_head.h Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
sp_instr.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sp_instr.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sp_pcontext.cc MDEV-10862: Stored procedures: default values for parameters (optional parameters) 2025-01-31 19:42:04 +04:00
sp_pcontext.h MDEV-10862: Stored procedures: default values for parameters (optional parameters) 2025-01-31 19:42:04 +04:00
sp_rcontext.cc MDEV-10862: Stored procedures: default values for parameters (optional parameters) 2025-01-31 19:42:04 +04:00
sp_rcontext.h MDEV-10862: Stored procedures: default values for parameters (optional parameters) 2025-01-31 19:42:04 +04:00
sp.cc MDEV-30469 (refactoring) Support ORDER BY and LIMIT for multi-table DELETE... 2025-02-05 10:08:58 -05:00
sp.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
spatial.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
spatial.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_acl_getsort.inl Merge 10.5 -> 10.6 2024-12-05 09:20:36 +01:00
sql_acl.cc Tag my_printf_error with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
sql_acl.h Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sql_admin.cc Tag my_vsnprintf.c with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
sql_admin.h
sql_alloc.h
sql_alter.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sql_alter.h Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sql_analyse.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sql_analyse.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sql_analyze_stmt.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_analyze_stmt.h
sql_array.h Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
sql_audit.cc Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
sql_audit.h
sql_base.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_base.h MDEV-34724: Skipping a row operation from a trigger 2025-01-27 16:30:27 +07:00
sql_basic_types.h MDEV-33410 VECTOR data type 2024-11-05 14:00:51 -08:00
sql_binlog.cc
sql_binlog.h
sql_bitmap.h
sql_bootstrap.cc
sql_bootstrap.h
sql_builtin.cc.in mhnsw: use plugin index options and transaction_participant API 2024-11-05 14:00:50 -08:00
sql_cache.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sql_cache.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sql_callback.h
sql_class.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sql_class.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_client.cc
sql_cmd.h cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
sql_connect.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sql_connect.h
sql_const.h Merge 10.11 into 11.4 2025-01-09 07:58:08 +02:00
sql_crypt.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_crypt.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_cte.cc MDEV-30469 (refactoring) Support ORDER BY and LIMIT for multi-table DELETE... 2025-02-05 10:08:58 -05:00
sql_cte.h
sql_cursor.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_cursor.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_db.cc Tag my_vsnprintf.c with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
sql_db.h
sql_debug.h
sql_delete.cc Tag push_warning_printf with ATTRIBUTE_FORMAT 2025-02-12 10:17:44 +01:00
sql_delete.h
sql_derived.cc MDEV-30469 (refactoring) Support ORDER BY and LIMIT for multi-table DELETE... 2025-02-05 10:08:58 -05:00
sql_derived.h
sql_digest_stream.h
sql_digest.cc
sql_digest.h
sql_do.cc
sql_do.h
sql_error.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_error.h Tag push_warning_printf with ATTRIBUTE_FORMAT 2025-02-12 10:17:44 +01:00
sql_explain.cc cleanup: lex_string_set3() 2024-11-05 14:00:47 -08:00
sql_explain.h
sql_expression_cache.cc
sql_expression_cache.h
sql_get_diagnostics.cc
sql_get_diagnostics.h
sql_handler.cc Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
sql_handler.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_help.cc
sql_help.h
sql_hset.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sql_i_s.h MDEV-35693: Improve SHOW REPLICA STATUS column sizes 2025-01-31 20:56:41 -07:00
sql_insert.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_insert.h Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
sql_join_cache.cc Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
sql_join_cache.h
sql_lex.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_lex.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_lifo_buffer.h MDEV-34348: Consolidate cmp function declarations 2024-11-23 08:14:22 -07:00
sql_limit.h
sql_list.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_list.h MDEV-30469 (refactoring) Support ORDER BY and LIMIT for multi-table DELETE... 2025-02-05 10:08:58 -05:00
sql_load.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_load.h
sql_locale.cc cleanup: CREATE_TYPELIB_FOR() helper 2024-11-05 14:00:47 -08:00
sql_locale.h
sql_manager.cc
sql_manager.h
sql_mode.cc
sql_mode.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_parse.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_parse.h
sql_partition_admin.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sql_partition_admin.h
sql_partition.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sql_partition.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_plist.h
sql_plugin_compat.h
sql_plugin_services.inl Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
sql_plugin.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sql_plugin.h Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
sql_prepare.cc MDEV-36057: Assertion failure on 2nd execution of parameterized PS 2025-02-11 18:33:44 +02:00
sql_prepare.h
sql_priv.h Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
sql_profile.cc
sql_profile.h cleanup: Queue and Bounded_queue 2024-11-05 14:00:47 -08:00
sql_queue.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sql_reload.cc MDEV-35069 IMPORT TABLESPACE does not work for tables with vector, although allowed 2025-02-10 12:22:05 +01:00
sql_reload.h
sql_rename.cc Simplified quick_rm_table() and mysql_rename_table() 2024-11-05 14:00:50 -08:00
sql_rename.h
sql_repl.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sql_repl.h
sql_schema.cc
sql_schema.h
sql_select.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_select.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_sequence.cc MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
sql_sequence.h
sql_servers.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sql_servers.h
sql_show.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_show.h
sql_signal.cc
sql_signal.h
sql_sort.h Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
sql_state.c
sql_statistics.cc Tag push_warning_printf with ATTRIBUTE_FORMAT 2025-02-12 10:17:44 +01:00
sql_statistics.h
sql_string.cc cleanup: remove String::append_float 2024-11-05 14:00:51 -08:00
sql_string.h cleanup: remove String::append_float 2024-11-05 14:00:51 -08:00
sql_table.cc MDEV-35069 IMPORT TABLESPACE does not work for tables with vector, although allowed 2025-02-10 12:22:05 +01:00
sql_table.h MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
sql_test.cc
sql_test.h
sql_time.cc
sql_time.h
sql_trigger.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_trigger.h Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_truncate.cc
sql_truncate.h
sql_tvc.cc
sql_tvc.h
sql_type_fixedbin_storage.h
sql_type_fixedbin.h MDEV-34189 Unexpected error on WHERE inet6col 2025-01-29 09:08:19 +04:00
sql_type_geom.cc cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_type_geom.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
sql_type_int.h
sql_type_json.cc
sql_type_json.h
sql_type_real.h
sql_type_string.cc
sql_type_string.h
sql_type_timeofday.h
sql_type_vector.cc MDEV-35146 Vector-related error messages worth improving when possible 2025-02-10 12:22:05 +01:00
sql_type_vector.h MDEV-35210 Vector type cannot store values which VEC_FromText produces and VEC_ToText accepts 2024-11-05 14:00:52 -08:00
sql_type.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_type.h MDEV-34189 Unexpected error on WHERE inet6col 2025-01-29 09:08:19 +04:00
sql_udf.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sql_udf.h Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
sql_union.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_union.h
sql_update.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
sql_update.h
sql_used.h
sql_view.cc cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
sql_view.h
sql_window.cc Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
sql_window.h
sql_yacc.yy MDEV-30469 Support ORDER BY and LIMIT for multi-table DELETE, index hints for single-table DELETE 2025-02-05 10:12:27 -05:00
strfunc.cc
strfunc.h
structs.h
sys_vars_shared.h
sys_vars.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
sys_vars.inl Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
table_cache.cc Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
table_cache.h
table.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
table.h MDEV-35069 IMPORT TABLESPACE does not work for tables with vector, although allowed 2025-02-10 12:22:05 +01:00
temporary_tables.cc MDEV-35020 After a failed attempt to create vector index temporary file remains and prevents further operation 2024-11-05 14:00:50 -08:00
thr_malloc.cc cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
thr_malloc.h
thread_cache.h
thread_pool_info.cc
threadpool_common.cc MDEV-34533 post-fix 2024-11-05 21:32:48 +01:00
threadpool_generic.cc
threadpool_generic.h
threadpool_win.cc
threadpool_winsockets.cc
threadpool_winsockets.h
threadpool.h
transaction.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
transaction.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
tzfile.h
tztime.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
tztime.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
udf_example.c
udf_example.def
uniques.cc Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
uniques.h Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
unireg.cc Tag my_printf_error with ATTRIBUTE_FORMAT 2025-02-11 20:32:55 +01:00
unireg.h
upgrade_conf_file.cc
vector_mhnsw.cc Merge branch '11.7' into 11.8 2025-02-11 20:29:43 +01:00
vector_mhnsw.h cleanup: one Item_func_vec_distance class, not three 2025-01-21 12:18:56 +01:00
winmain.cc
winservice.c
winservice.h
wsrep_allowlist_service.cc
wsrep_allowlist_service.h
wsrep_applier.cc Merge 10.5 into 10.6 2025-01-20 09:57:37 +02:00
wsrep_applier.h
wsrep_binlog.cc
wsrep_binlog.h
wsrep_check_opts.cc
wsrep_client_service.cc
wsrep_client_service.h
wsrep_client_state.h
wsrep_condition_variable.h
wsrep_dummy.cc
wsrep_event_service.cc
wsrep_event_service.h
wsrep_high_priority_service.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
wsrep_high_priority_service.h
wsrep_mutex.h
wsrep_mysqld_c.h
wsrep_mysqld.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
wsrep_mysqld.h Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
wsrep_notify.cc
wsrep_on.h
wsrep_plugin.cc
wsrep_plugin.h
wsrep_priv.h
wsrep_schema.cc Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
wsrep_schema.h Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
wsrep_server_service.cc MDEV-33064: Sync trx->wsrep state from THD on trx start 2025-01-14 02:17:22 +01:00
wsrep_server_service.h
wsrep_server_state.cc
wsrep_server_state.h
wsrep_sst.cc
wsrep_sst.h
wsrep_status.cc
wsrep_status.h
wsrep_storage_service.cc
wsrep_storage_service.h
wsrep_thd.cc Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
wsrep_thd.h
wsrep_trans_observer.h
wsrep_types.h
wsrep_utils.cc MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
wsrep_utils.h
wsrep_var.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
wsrep_var.h
wsrep_xid.cc
wsrep_xid.h
xa.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
xa.h