mariadb/sql
Sergei Golubchik 1ef1bab99e MDEV-31855 validate ssl certificates using client password
if the client enabled --ssl-verify-server-cert, then
the server certificate is verified as follows:

* if --ssl-ca or --ssl-capath were specified, the cert must have
  a proper signature by the specified CA (or CA in the path)
  and the cert's hostname must match the server's hostname.
  If the cert isn't signed or a hostname is wrong - the
  connection is aborted.

* if MARIADB_OPT_TLS_PEER_FP was used and the fingerprint matches,
  the connection is allowed, if it doesn't match - aborted.

* If the connection uses unix socket or named pipes - it's allowed.
  (consistent with server's --require-secure-transport behavior)

otherwise the cert is still in doubt, we don't know if we can trust
it or there's an active MitM in progress.

* If the user has provided no password or the server requested an
  authentication plugin that sends the password in cleartext -
  the connection is aborted.

* Perform the authentication. If the server accepts the password,
  it'll send SHA2(scramble || password hash || cert fingerprint)
  with the OK packet.

* Verify the SHA2 digest, if it matches - the connection is allowed,
  otherwise it's aborted.
2024-02-04 22:18:55 +01:00
..
share Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
add_errmsg
authors.h
backup.cc Merge branch '10.6' into 10.10 2023-11-08 16:23:30 +01:00
backup.h
bounded_queue.h
char_buffer.h
charset_collations.cc
charset_collations.h
client_settings.h MDEV-32567 Remove thr_alarm from server codebase 2023-11-23 11:52:38 +11:00
CMakeLists.txt MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
compat56.cc
compat56.h
contributors.h
create_options.cc
create_options.h
create_tmp_table.h
cset_narrowing.cc MDEV-32113: utf8mb3_key_col=utf8mb4_value cannot be used for ref 2023-10-19 17:24:30 +03:00
cset_narrowing.h MDEV-32113: utf8mb3_key_col=utf8mb4_value cannot be used for ref 2023-10-19 17:24:30 +03:00
custom_conf.h
datadict.cc
datadict.h
ddl_log.cc MDEV-32903 MDEV-32532 Assertion failure in ddl_log_increment_phase_no_lock upon .. 2023-12-01 10:27:28 +11:00
ddl_log.h
debug.cc
debug.h
debug_sync.cc
debug_sync.h
deprecation.h Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
derived_handler.cc
derived_handler.h
derror.cc
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
encryption.cc
event_data_objects.cc
event_data_objects.h
event_db_repository.cc
event_db_repository.h
event_parse_data.cc
event_parse_data.h
event_queue.cc Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
event_queue.h
event_scheduler.cc
event_scheduler.h
events.cc Merge 11.2 into 11.3 2023-10-27 10:48:29 +03:00
events.h
field.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
field.h Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
field_comp.cc
field_comp.h
field_conv.cc
filesort.cc MDEV-3953 Add columns for ROWS_EXAMINED, ROWS_SENT, and ROWS_READ to I_S and processlist 2023-11-01 13:02:19 +02:00
filesort.h Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
filesort_utils.cc
filesort_utils.h
gcalc_slicescan.cc
gcalc_slicescan.h
gcalc_tools.cc
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 MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
gtid_index.h MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
ha_handler_stats.h
ha_partition.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
ha_partition.h Merge branch '10.11' into 11.0 2023-12-19 15:53:18 +01:00
ha_sequence.cc Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
ha_sequence.h
handle_connections_win.cc
handle_connections_win.h
handler.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
handler.h Merge branch '11.2' into 11.3 2023-11-19 08:44:35 +01:00
hash_filo.cc
hash_filo.h
hostname.cc
hostname.h
init.cc
init.h
innodb_priv.h
item.cc cleanup: octet2hex takes an uchar* argument 2024-02-03 11:22:21 +01:00
item.h Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
item_buff.cc
item_cmpfunc.cc Merge 11.0 into 11.1 2024-01-10 12:45:44 +02:00
item_cmpfunc.h Merge 11.2 into 11.3 2024-01-10 15:30:21 +02:00
item_create.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
item_create.h Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
item_func.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
item_func.h Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
item_geofunc.cc
item_geofunc.h
item_jsonfunc.cc Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
item_jsonfunc.h Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
item_row.cc
item_row.h
item_strfunc.cc MDEV-30879 Add support for up to BASE 62 to CONV() 2024-01-17 15:24:26 +00:00
item_strfunc.h Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
item_subselect.cc Merge branch '11.0' into 11.1 2023-12-19 20:11:54 +01:00
item_subselect.h Merge branch '10.6' into 10.10 2023-11-08 16:23:30 +01:00
item_sum.cc Merge 10.6 into 10.11 2023-12-20 15:58:36 +02:00
item_sum.h
item_timefunc.cc Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
item_timefunc.h
item_vers.cc
item_vers.h
item_windowfunc.cc
item_windowfunc.h
item_xmlfunc.cc
item_xmlfunc.h
json_schema.cc
json_schema.h
json_schema_helper.cc
json_schema_helper.h
json_table.cc
json_table.h
key.cc
key.h
keycaches.cc
keycaches.h
lex.h Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
lex_charset.cc
lex_charset.h
lex_ident.h
lex_string.h
lex_symbol.h
lock.cc Merge branch '11.2' into 11.3 2023-11-14 18:33:03 +01:00
lock.h
log.cc MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
log.h MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
log_cache.h Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
log_event.cc cleanup: octet2hex takes an uchar* argument 2024-02-03 11:22:21 +01:00
log_event.h cleanup: octet2hex takes an uchar* argument 2024-02-03 11:22:21 +01:00
log_event_client.cc cleanup: octet2hex takes an uchar* argument 2024-02-03 11:22:21 +01:00
log_event_server.cc cleanup: octet2hex takes an uchar* argument 2024-02-03 11:22:21 +01:00
log_slow.h
main.cc
mariadb.h
mdl.cc Merge branch '10.6' into 10.10 2023-11-08 16:23:30 +01:00
mdl.h Merge branch '11.2' into 11.3 2023-11-14 18:33:03 +01:00
mem_root_array.h
message.h
message.mc
message.rc
mf_iocache.cc
mf_iocache_encr.cc
MSG00001.bin
multi_range_read.cc
multi_range_read.h
my_apc.cc Merge branch '10.6' into 10.10 2023-11-08 16:23:30 +01:00
my_apc.h MDEV-32728: Wrong mutex usage 'LOCK_thd_data' and 'wait_mutex' 2023-11-08 14:50:43 +01:00
my_decimal.cc
my_decimal.h
my_json_writer.cc
my_json_writer.h
myskel.m4.in
mysql_install_db.cc
mysql_upgrade_service.cc
mysqld.cc MDEV-31855 validate ssl certificates using client password 2024-02-04 22:18:55 +01:00
mysqld.h MDEV-31855 validate ssl certificates using client password 2024-02-04 22:18:55 +01:00
mysqld_suffix.h
net_serv.cc MDEV-32567 Remove thr_alarm from server codebase 2023-11-23 11:52:38 +11:00
online_alter.cc Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
opt_histogram_json.cc
opt_histogram_json.h
opt_index_cond_pushdown.cc
opt_range.cc Merge branch '11.0' into 11.1 2023-12-19 20:11:54 +01:00
opt_range.h Merge branch '10.11' into 11.0 2023-12-19 15:53:18 +01:00
opt_range_mrr.cc
opt_rewrite_date_cmp.cc
opt_rewrite_date_cmp.h
opt_rewrite_remove_casefold.cc
opt_split.cc Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
opt_subselect.cc Merge branch '11.0' into 11.1 2023-11-08 18:03:08 +01:00
opt_subselect.h
opt_sum.cc MDEV-27576 Use reverse index for max/min optimization 2023-12-14 17:05:03 +11:00
opt_table_elimination.cc
opt_trace.cc
opt_trace.h
opt_trace_context.h
optimizer_costs.h
optimizer_defaults.h
parse_file.cc
parse_file.h
partition_element.h
partition_info.cc
partition_info.h
password.c cleanup: octet2hex takes an uchar* argument 2024-02-03 11:22:21 +01:00
plistsort.c
privilege.h MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
procedure.cc
procedure.h
protocol.cc Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
protocol.h Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
proxy_protocol.cc
proxy_protocol.h
records.cc
records.h
repl_failsafe.cc
repl_failsafe.h
replication.h
rowid_filter.cc Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
rowid_filter.h Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_gtid.cc MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
rpl_gtid.h MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
rpl_injector.cc
rpl_injector.h
rpl_mi.cc
rpl_mi.h Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
rpl_parallel.cc Merge 10.6 into 10.11 2023-12-20 15:58:36 +02:00
rpl_parallel.h Merge 10.6 into 10.11 2023-12-20 15:58:36 +02:00
rpl_record.cc MDEV-33049 Assertion `marked_for_write_or_computed()' failed in bool 2024-01-12 08:32:22 +00:00
rpl_record.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
rpl_rli.h Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc MDEV-31273: Eliminate Log_event::checksum_alg 2023-10-26 20:45:35 +02:00
rpl_utility.h
rpl_utility_server.cc
scheduler.cc
scheduler.h
select_handler.cc MDEV-32382 FederatedX error on pushdown of statements having CTE 2023-11-02 13:18:50 +07:00
select_handler.h MDEV-32382 FederatedX error on pushdown of statements having CTE 2023-11-02 13:18:50 +07:00
semisync.cc
semisync.h
semisync_master.cc cleanup: octet2hex takes an uchar* argument 2024-02-03 11:22:21 +01:00
semisync_master.h
semisync_master_ack_receiver.cc Merge branch '10.6' into 10.10 2023-11-08 16:23:30 +01:00
semisync_master_ack_receiver.h
semisync_slave.cc
semisync_slave.h
service_wsrep.cc Merge 10.5 into 10.6 2024-01-02 17:37:58 +02:00
session_tracker.cc
session_tracker.h
set_var.cc
set_var.h MDEV-32525 Validate --redirect_url supplied as server flag 2023-10-26 17:55:13 +11:00
signal_handler.cc Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
simple_tokenizer.h
slave.cc Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
slave.h
sp.cc Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
sp.h MDEV-32101 CREATE PACKAGE [BODY] for sql_mode=DEFAULT 2023-12-18 13:34:55 +04:00
sp_cache.cc Merge 11.1 into 11.2 2024-01-05 13:06:56 +02:00
sp_cache.h
sp_head.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sp_head.h Merge 11.2 into 11.3 2023-10-27 10:48:29 +03:00
sp_instr.cc MDEV-3953 Add columns for ROWS_EXAMINED, ROWS_SENT, and ROWS_READ to I_S and processlist 2023-11-01 13:02:19 +02:00
sp_instr.h Merge 11.2 into 11.3 2023-10-27 10:48:29 +03:00
sp_pcontext.cc
sp_pcontext.h Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
sp_rcontext.cc Cleanup: Adding "const" to the member Spvar_definition::m_column_type_ref 2023-11-10 12:45:55 +04:00
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc MDEV-31855 validate ssl certificates using client password 2024-02-04 22:18:55 +01:00
sql_acl.h MDEV-29167 new db-level SHOW CREATE ROUTINE privilege 2023-10-17 21:52:39 +02:00
sql_acl_getsort.ic
sql_admin.cc Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
sql_admin.h
sql_alloc.h
sql_alter.cc Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
sql_alter.h Merge branch '11.1' into 11.2 2023-10-27 18:11:56 +11:00
sql_analyse.cc
sql_analyse.h
sql_analyze_stmt.cc
sql_analyze_stmt.h
sql_array.h
sql_audit.cc
sql_audit.h
sql_base.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_base.h Merge 11.2 into 11.3 2023-10-27 10:48:29 +03:00
sql_basic_types.h
sql_binlog.cc
sql_binlog.h
sql_bitmap.h
sql_bootstrap.cc
sql_bootstrap.h
sql_builtin.cc.in
sql_cache.cc
sql_cache.h
sql_callback.h
sql_class.cc MDEV-32216 add tests for mariadb-dump --parallel 2024-01-29 11:57:53 +01:00
sql_class.h Merge 11.3 into 11.4 2024-01-05 14:53:03 +02:00
sql_client.cc
sql_cmd.h
sql_connect.cc Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
sql_connect.h
sql_const.h
sql_crypt.cc
sql_crypt.h
sql_cte.cc Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
sql_cte.h
sql_cursor.cc
sql_cursor.h
sql_db.cc Merge branch '10.10' into 10.11 2023-11-08 16:46:47 +01:00
sql_db.h
sql_debug.h
sql_delete.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_delete.h
sql_derived.cc Merge 11.0 into 11.1 2023-12-20 16:11:45 +02:00
sql_derived.h
sql_digest.cc
sql_digest.h
sql_digest_stream.h
sql_do.cc
sql_do.h
sql_error.cc Merge branch '10.6' into 10.10 2023-11-08 16:23:30 +01:00
sql_error.h Merge branch '11.2' into 11.3 2023-11-14 18:33:03 +01:00
sql_explain.cc Merge branch '11.0' into 11.1 2023-11-08 18:03:08 +01:00
sql_explain.h Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
sql_expression_cache.cc MDEV-32555 wrong result with an index and a partially null-rejecting condition 2023-10-28 09:11:32 +02:00
sql_expression_cache.h
sql_get_diagnostics.cc
sql_get_diagnostics.h
sql_handler.cc MDEV-3953 Add columns for ROWS_EXAMINED, ROWS_SENT, and ROWS_READ to I_S and processlist 2023-11-01 13:02:19 +02:00
sql_handler.h
sql_help.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_help.h
sql_hset.h
sql_i_s.h
sql_insert.cc Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
sql_insert.h
sql_join_cache.cc Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
sql_join_cache.h Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
sql_lex.cc Merge 11.3 into 11.4 2024-01-05 14:53:03 +02:00
sql_lex.h Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
sql_lifo_buffer.h
sql_limit.h
sql_list.cc
sql_list.h
sql_load.cc Merge branch '10.11' into 11.0 2023-12-19 15:53:18 +01:00
sql_load.h
sql_locale.cc
sql_locale.h
sql_manager.cc
sql_manager.h
sql_mode.cc
sql_mode.h
sql_parse.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_parse.h
sql_partition.cc MDEV-22164 log a warning when WITHOUT VALIDATION was used 2024-01-08 13:06:16 +01:00
sql_partition.h
sql_partition_admin.cc
sql_partition_admin.h
sql_plist.h
sql_plugin.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_plugin.h
sql_plugin_compat.h
sql_plugin_services.inl Merge 11.0 into 11.1 2024-01-05 13:05:30 +02:00
sql_prepare.cc Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
sql_prepare.h MDEV-27595 Backport SQL service, introduced by MDEV-19275. 2023-11-05 23:35:31 +04:00
sql_priv.h Merge branch '11.2' into 11.3 2023-11-14 18:33:03 +01:00
sql_profile.cc Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
sql_profile.h Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
sql_reload.cc
sql_reload.h
sql_rename.cc
sql_rename.h
sql_repl.cc MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
sql_repl.h
sql_schema.cc MDEV-27744 LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE 2023-11-08 15:01:20 +04:00
sql_schema.h Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
sql_select.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_select.h Merge branch '11.2' into 11.3 2023-11-14 18:33:03 +01:00
sql_sequence.cc Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
sql_sequence.h
sql_servers.cc
sql_servers.h
sql_show.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_show.h
sql_signal.cc
sql_signal.h
sql_sort.h
sql_state.c
sql_statistics.cc Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
sql_statistics.h Merge 10.10 into 10.11 2023-10-23 18:44:12 +03:00
sql_string.cc Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
sql_string.h Merge branch '11.2' into 11.3 2023-11-14 18:33:03 +01:00
sql_table.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_table.h
sql_test.cc Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
sql_test.h
sql_time.cc
sql_time.h
sql_trigger.cc Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
sql_trigger.h
sql_truncate.cc
sql_truncate.h
sql_tvc.cc Merge branch '10.11' into 11.0 2023-12-19 15:53:18 +01:00
sql_tvc.h
sql_type.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_type.h Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
sql_type_fixedbin.h Merge 11.1 into 11.2 2023-11-30 22:12:31 +01:00
sql_type_fixedbin_storage.h
sql_type_geom.cc
sql_type_geom.h
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_udf.cc
sql_udf.h
sql_union.cc MDEV-3953 Add columns for ROWS_EXAMINED, ROWS_SENT, and ROWS_READ to I_S and processlist 2023-11-01 13:02:19 +02:00
sql_union.h
sql_update.cc Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sql_update.h
sql_used.h
sql_view.cc Merge branch '10.11' into 11.0 2023-12-19 15:53:18 +01:00
sql_view.h
sql_window.cc Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
sql_window.h
sql_yacc.yy MDEV-22164 revert "make THAN optional" 2024-01-08 10:13:03 +01:00
strfunc.cc
strfunc.h
structs.h Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
sys_vars.cc deprecate SQL_NOTES variable in favor of NOTE_VERBOSITY 2024-02-03 11:22:20 +01:00
sys_vars.inl Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
sys_vars_shared.h
table.cc Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
table.h Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
table_cache.cc
table_cache.h
temporary_tables.cc
thr_malloc.cc
thr_malloc.h
thread_cache.h
thread_pool_info.cc Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
threadpool.h
threadpool_common.cc Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
threadpool_generic.cc
threadpool_generic.h
threadpool_win.cc
threadpool_winsockets.cc
threadpool_winsockets.h
transaction.cc MariaDB 11.1.3 release 2023-11-14 18:28:37 +01:00
transaction.h
tzfile.h
tztime.cc MDEV-32189 Use icu for timezones on windows 2023-11-21 21:35:02 +01:00
tztime.h MDEV-32189 Use icu for timezones on windows 2023-11-21 21:35:02 +01:00
udf_example.c
udf_example.def
uniques.cc
uniques.h
unireg.cc cleanup: octet2hex takes an uchar* argument 2024-02-03 11:22:21 +01:00
unireg.h
upgrade_conf_file.cc
vers_string.h
winmain.cc
winservice.c
winservice.h
wsrep_allowlist_service.cc
wsrep_allowlist_service.h
wsrep_applier.cc Merge 10.5 into 10.6 2023-12-19 18:41:42 +02:00
wsrep_applier.h
wsrep_binlog.cc Merge 11.3 into 11.4 2023-11-21 15:43:20 +01:00
wsrep_binlog.h
wsrep_check_opts.cc
wsrep_client_service.cc Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
wsrep_client_service.h
wsrep_client_state.h
wsrep_condition_variable.h
wsrep_dummy.cc Merge 10.5 into 10.6 2024-01-02 17:37:58 +02:00
wsrep_event_service.cc
wsrep_event_service.h
wsrep_high_priority_service.cc Merge remote-tracking branch '11.3' into 11.4 2023-12-21 15:40:55 +01:00
wsrep_high_priority_service.h
wsrep_mutex.h
wsrep_mysqld.cc Merge 11.3 into 11.4 2024-01-05 14:53:03 +02:00
wsrep_mysqld.h Merge 10.6 into 10.11 2024-01-03 15:37:57 +02:00
wsrep_mysqld_c.h
wsrep_notify.cc
wsrep_on.h
wsrep_plugin.cc Merge 10.11 into 11.0 2024-01-03 15:55:17 +02:00
wsrep_plugin.h
wsrep_priv.h
wsrep_schema.cc
wsrep_schema.h
wsrep_server_service.cc Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
wsrep_server_service.h
wsrep_server_state.cc
wsrep_server_state.h
wsrep_sst.cc Merge 10.11 into 11.0 2024-01-03 15:55:17 +02:00
wsrep_sst.h
wsrep_status.cc
wsrep_status.h
wsrep_storage_service.cc
wsrep_storage_service.h
wsrep_thd.cc Merge 10.5 into 10.6 2024-01-03 14:24:47 +02:00
wsrep_thd.h Merge 10.5 into 10.6 2024-01-03 14:24:47 +02:00
wsrep_trans_observer.h Merge 10.6 into 10.11 2023-12-21 13:19:17 +02:00
wsrep_types.h
wsrep_utils.cc Merge 10.10 into 10.11 2023-10-17 16:04:21 +03:00
wsrep_utils.h
wsrep_var.cc Merge 11.2 into 11.3 2023-10-27 10:48:29 +03:00
wsrep_var.h Merge 11.2 into 11.3 2023-10-27 10:48:29 +03:00
wsrep_xid.cc
wsrep_xid.h
xa.cc MDEV-32444 Data from orphaned XA transaction is lost after online alter 2023-11-04 11:53:28 +04:00
xa.h MDEV-32444 Data from orphaned XA transaction is lost after online alter 2023-11-04 11:53:28 +04:00