mariadb/sql
Aleksey Midenkov 9286c9e647 MDEV-28254 Wrong position for row_start, row_end after adding column to implicit versioned table
Implicit system-versioned table does not contain system fields in SHOW
CREATE. Therefore after mysqldump recovery such table has system
fields in the last place in frm image. The original table meanwhile
does not guarantee these system fields on last place because adding
new fields via ALTER TABLE places them last. Thus the order of fields
may be different between master and slave, so row-based replication
may fail.

To fix this on ALTER TABLE we now place system-invisible fields always
last in frm image. If the table was created via old revision and has
an incorrect order of fields it can be fixed via any copy operation of
ALTER TABLE, f.ex.:

  ALTER TABLE t1 FORCE;

To check the order of fields in frm file one can use hexdump:

  hexdump -C t1.frm

Note, the replication fails only when all 3 conditions are met:

  1. row-based or mixed mode replication;
  2. table has new fields added via ALTER TABLE;
  3. table was rebuilt on some, but not all nodes via mysqldump image.

Otherwise it will operate properly even with incorrect order of
fields.
2022-04-22 15:49:37 +03:00
..
share Merge 10.2 to 10.3 2022-03-16 12:51:22 +11:00
add_errmsg
authors.h
bounded_queue.h
client_settings.h
CMakeLists.txt Merge branch 10.2 into 10.3 2021-12-23 14:14:04 +01:00
compat56.cc
compat56.h
contributors.h Update contributors 2022-03-23 10:47:27 +11:00
create_options.cc Merge branch '10.2' into 10.3 2021-02-01 13:49:33 +01:00
create_options.h
custom_conf.h
datadict.cc
datadict.h
debug_sync.cc
debug_sync.h
derror.cc
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
encryption.cc
event_data_objects.cc Merge 10.2 into 10.3 2021-04-22 07:32:51 +03:00
event_data_objects.h Merge 10.2 into 10.3 2021-04-22 07:32:51 +03:00
event_db_repository.cc MDEV-24176 Server crashes after insert in the table with virtual 2022-04-18 12:44:27 +03:00
event_db_repository.h
event_parse_data.cc
event_parse_data.h
event_queue.cc Merge 10.2 into 10.3 2021-04-22 07:32:51 +03:00
event_queue.h
event_scheduler.cc Merge 10.2 into 10.3 2021-06-21 09:07:40 +03:00
event_scheduler.h
events.cc
events.h
field.cc MDEV-24176 Server crashes after insert in the table with virtual 2022-04-18 12:44:27 +03:00
field.h MDEV-24176 Server crashes after insert in the table with virtual 2022-04-18 12:44:27 +03:00
field_comp.cc
field_comp.h
field_conv.cc
filesort.cc Merge 10.2 into 10.3 2021-08-18 12:26:58 +03:00
filesort.h
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_win_tzname_data.ps1 Update timezone data on Windows 2021-04-22 15:51:55 +02:00
group_by_handler.cc
group_by_handler.h
gstream.cc
gstream.h
ha_partition.cc Merge remote-tracking branch 'origin/10.2' into 10.3 2022-04-14 11:50:34 +04:00
ha_partition.h Merge 10.2 into 10.3 2022-04-06 08:06:35 +03:00
ha_sequence.cc
ha_sequence.h
handler.cc MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
handler.h MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
hash_filo.cc
hash_filo.h
hostname.cc
hostname.h
init.cc
init.h
innodb_priv.h
item.cc Merge branch '10.2' into 10.3 2022-04-21 10:05:50 +02:00
item.h Merge branch '10.2' into 10.3 2022-04-21 10:05:50 +02:00
item_buff.cc
item_cmpfunc.cc MDEV-27937 Assertion failure when executing prepared statement with ? in IN list 2022-03-25 14:14:51 -07:00
item_cmpfunc.h MDEV-27937 Assertion failure when executing prepared statement with ? in IN list 2022-03-25 14:14:51 -07:00
item_create.cc Adding a "const" qualifier to arguments of create_func(), create_native() etc 2022-04-04 09:50:32 +04:00
item_create.h Adding a "const" qualifier to arguments of create_func(), create_native() etc 2022-04-04 09:50:32 +04:00
item_func.cc MDEV-28267 ASAN heap-use-after-free in Item_sp::func_name_cstring 2022-04-09 23:01:26 +04:00
item_func.h
item_geofunc.cc Merge 10.2 into 10.3 2021-03-31 08:01:03 +03:00
item_geofunc.h Merge 10.2 into 10.3 2021-03-31 08:01:03 +03:00
item_inetfunc.cc
item_inetfunc.h
item_jsonfunc.cc Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
item_jsonfunc.h MDEV-24523 Execution of JSON_REPLACE failed on Spider 2021-08-05 12:21:59 +09:00
item_row.cc
item_row.h
item_strfunc.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
item_strfunc.h Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
item_subselect.cc Merge remote-tracking branch 'origin/10.2' into 10.3 2022-04-14 11:50:34 +04:00
item_subselect.h Merge 10.2 into 10.3 2021-04-13 10:26:01 +03:00
item_sum.cc MDEV-28267 ASAN heap-use-after-free in Item_sp::func_name_cstring 2022-04-09 23:01:26 +04:00
item_sum.h
item_timefunc.cc Merge 10.2 into 10.3 2021-10-28 07:50:05 +03:00
item_timefunc.h
item_vers.cc MDEV-22660 System versioning cleanups 2021-10-11 13:36:06 +03:00
item_vers.h MDEV-25468 DELETE HISTORY may delete current data on system-versioned table 2021-04-27 09:08:44 +03:00
item_windowfunc.cc Merge branch '10.2' into 10.3 2022-02-10 20:23:56 +01:00
item_windowfunc.h
item_xmlfunc.cc
item_xmlfunc.h
key.cc Merge branch '10.2' into 10.3 2021-07-21 20:11:07 +02:00
key.h
keycaches.cc
keycaches.h
lex.h Merge 10.2->10.3 2021-06-30 15:06:54 +03:00
lex_string.h
lex_symbol.h
lock.cc MDEV-24929 Server crash in thr_multi_unlock or in get_schema_tables_result 2021-02-22 22:42:38 +01:00
lock.h
log.cc MDEV-24317 Data race in LOGGER::init_error_log at sql/log.cc:1443 and in LOGGER::error_log_print at sql/log.cc:1181 2022-04-12 13:07:20 +02:00
log.h MDEV-24317 Data race in LOGGER::init_error_log at sql/log.cc:1443 and in LOGGER::error_log_print at sql/log.cc:1181 2022-04-12 13:07:20 +02:00
log_event.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
log_event.h Merge branch bb-10.2-release into bb-10.3-release 2021-05-04 14:49:31 +03:00
log_event_old.cc
log_event_old.h
log_slow.h
main.cc
mariadb.h
mdl.cc Merge branch '10.2' into 10.3 2021-02-01 13:49:33 +01:00
mdl.h
mem_root_array.h
message.h
message.mc
message.rc
mf_iocache.cc Merge 10.2 into 10.3 2021-04-21 07:25:48 +03:00
mf_iocache_encr.cc
MSG00001.bin
multi_range_read.cc
multi_range_read.h
my_apc.cc
my_apc.h
my_decimal.cc
my_decimal.h
my_json_writer.cc
my_json_writer.h
mysql_install_db.cc
mysql_upgrade_service.cc Merge branch 10.2 into 10.3 2021-12-23 14:14:04 +01:00
mysqld.cc MDEV-24317 Data race in LOGGER::init_error_log at sql/log.cc:1443 and in LOGGER::error_log_print at sql/log.cc:1181 2022-04-12 13:07:20 +02:00
mysqld.h Revert MDEV-25114 2021-09-24 16:21:20 +03:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc
opt_range.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
opt_range.h
opt_range_mrr.cc
opt_split.cc MDEV-27510 Query returns wrong result when using split optimization 2022-01-25 17:12:37 -08:00
opt_subselect.cc MDEV-20770 Server crashes in JOIN::transform_in_predicates_into_in_subq upon 2nd execution of PS/SP comparing GEOMETRY with other types. 2022-01-26 07:48:09 +04:00
opt_subselect.h
opt_sum.cc Merge 10.2 into 10.3 2021-03-19 13:33:46 +02:00
opt_table_elimination.cc
parse_file.cc
parse_file.h
partition_element.h Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
partition_info.cc MDEV-25546 LIMIT partitioning does not respect ROLLBACK 2022-04-22 15:49:37 +03:00
partition_info.h Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
password.c
plistsort.c
procedure.cc
procedure.h
protocol.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
protocol.h
proxy_protocol.cc
proxy_protocol.h
records.cc Merge branch '10.2' into 10.3 2022-02-10 20:23:56 +01:00
records.h
repl_failsafe.cc
repl_failsafe.h
replication.h
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_gtid.cc Merge branch '10.2' into 10.3 2021-09-07 16:32:35 +03:00
rpl_gtid.h
rpl_injector.cc Merge 10.2 into 10.3 2020-12-01 14:55:46 +02:00
rpl_injector.h
rpl_mi.cc Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
rpl_mi.h Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
rpl_parallel.cc Merge 10.2 into 10.3, except MDEV-25682 2021-05-18 08:40:19 +03:00
rpl_parallel.h Merge 10.2 into 10.3, except MDEV-25682 2021-05-18 08:40:19 +03:00
rpl_record.cc
rpl_record.h
rpl_record_old.cc
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc DBAAS-7828: Primary/replica: configuration change of autocommit=0 can not be applied 2022-03-24 12:00:40 -06:00
rpl_rli.h
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
rpl_utility.h
scheduler.cc
scheduler.h
semisync.cc
semisync.h
semisync_master.cc MDEV-25580: rpl.rpl_semi_sync_slave_compressed_protocol crashes because of wrong packet 2022-03-24 07:25:22 -06:00
semisync_master.h
semisync_master_ack_receiver.cc MDEV-24773: slave_compressed_protocol doesn't work properly with semi-sync replication 2021-04-26 11:09:39 +05:30
semisync_master_ack_receiver.h
semisync_slave.cc
semisync_slave.h
session_tracker.cc
session_tracker.h
set_var.cc add const qualifiers to sys_var::value_ptr functions and fix const casts 2021-07-27 14:15:01 +03:00
set_var.h add const qualifiers to sys_var::value_ptr functions and fix const casts 2021-07-27 14:15:01 +03:00
signal_handler.cc Merge 10.2 into 10.3 2021-04-21 07:25:48 +03:00
slave.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
slave.h
sp.cc MDEV-20699 followup. 2021-09-29 20:40:52 +02:00
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc MDEV-26009 Server crash when calling twice procedure using FOR-loop 2022-03-21 07:55:57 +01:00
sp_head.h MDEV-25109 Server crashes in sp_name::sp_name upon invalid data in mysql.proc 2021-04-28 09:33:55 +02:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc Merge 10.2->10.3 2021-06-30 15:06:54 +03:00
spatial.h Merge 10.2 into 10.3 2021-03-31 08:01:03 +03:00
sql_acl.cc Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
sql_acl.h
sql_admin.cc Merge branch '10.2' into 10.3 2021-07-21 20:11:07 +02:00
sql_admin.h
sql_alloc.h
sql_alter.cc MDEV-25803 innodb.alter_candidate_key fix 2021-11-02 04:52:03 +03:00
sql_alter.h MDEV-25803 innodb.alter_candidate_key fix 2021-11-02 04:52:03 +03: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 MDEV-24176 fixup: GCC -Wmaybe-uninitialized 2022-04-19 10:29:21 +03:00
sql_base.h MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULT 2021-07-16 13:31:19 +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 Merge branch '10.2' into 10.3 2020-12-23 19:28:02 +01:00
sql_cache.h Merge branch '10.2' into 10.3 2020-12-23 19:28:02 +01:00
sql_callback.h
sql_class.cc Merge branch 10.2 into 10.3 2022-03-16 12:49:13 +11:00
sql_class.h Merge branch '10.2' into 10.3 2022-04-21 10:05:50 +02:00
sql_client.cc
sql_cmd.h
sql_connect.cc Merge branch '10.2' into 10.3 2021-02-01 13:49:33 +01:00
sql_connect.h
sql_const.h
sql_crypt.cc
sql_crypt.h
sql_cte.cc Merge 10.2 into 10.3 2021-11-17 13:55:54 +02:00
sql_cte.h Merge 10.2 into 10.3 2021-07-22 18:57:54 +03:00
sql_cursor.cc MDEV-28266 Crash in Field_string::type_handler when calling procedures 2022-04-13 15:37:46 +02:00
sql_cursor.h compilation fixes for sys-devel/gcc-11.2.0:11 2021-10-28 12:01:25 +02:00
sql_db.cc
sql_db.h
sql_delete.cc MDEV-18304 sql_safe_updates does not work with OR clauses 2022-03-12 19:13:17 +01:00
sql_delete.h
sql_derived.cc Merge 10.2->10.3 2021-06-30 15:06:54 +03:00
sql_derived.h
sql_digest.cc
sql_digest.h
sql_digest_stream.h
sql_do.cc
sql_do.h
sql_error.cc
sql_error.h
sql_explain.cc MDEV-27699 ANALYZE FORMAT=JSON fields are incorrect for UNION ALL queries 2022-04-18 07:50:14 +03:00
sql_explain.h Merge 10.2 into 10.3 2021-10-13 11:38:21 +03:00
sql_expression_cache.cc
sql_expression_cache.h
sql_get_diagnostics.cc
sql_get_diagnostics.h
sql_handler.cc Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
sql_handler.h
sql_help.cc Merge branch '10.2' into 10.3 2020-12-23 19:28:02 +01:00
sql_help.h
sql_hset.h
sql_insert.cc Merge 10.2 into 10.3 2021-10-28 07:50:05 +03:00
sql_insert.h
sql_join_cache.cc Merge 10.2 into 10.3 2021-03-27 16:11:26 +02:00
sql_join_cache.h Merge 10.2 into 10.3 2021-03-18 12:34:48 +02:00
sql_lex.cc Merge branch '10.2' into 10.3 2022-04-21 10:05:50 +02:00
sql_lex.h MDEV-19804 sql_mode=ORACLE: call procedure in packages 2022-03-25 14:07:40 +04:00
sql_lifo_buffer.h
sql_list.cc
sql_list.h
sql_load.cc
sql_load.h
sql_locale.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
sql_locale.h
sql_manager.cc Merge branch '10.2' into 10.3 2021-02-01 13:49:33 +01:00
sql_manager.h cleanup: fix and generalize handle_manager thread 2021-01-24 11:35:55 +01:00
sql_mode.cc
sql_mode.h
sql_parse.cc Merge 10.2 to 10.3 2022-03-16 12:51:22 +11:00
sql_parse.h Merge 10.2 into 10.3 2021-03-03 09:41:50 +02:00
sql_partition.cc MDEV-24176 Preparations 2022-04-18 12:44:27 +03:00
sql_partition.h
sql_partition_admin.cc
sql_partition_admin.h
sql_plist.h
sql_plugin.cc Merge branch '10.2' into 10.3 2022-04-21 10:05:50 +02:00
sql_plugin.h Merge branch '10.2' into 10.3 2021-02-01 13:49:33 +01:00
sql_plugin_compat.h
sql_plugin_services.inl Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
sql_prepare.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
sql_prepare.h compilation fixes for sys-devel/gcc-11.2.0:11 2021-10-28 12:01:25 +02:00
sql_priv.h
sql_profile.cc
sql_profile.h
sql_reload.cc
sql_reload.h
sql_rename.cc
sql_rename.h
sql_repl.cc Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
sql_repl.h MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showed 2021-01-21 13:00:02 +05:30
sql_schema.cc
sql_schema.h
sql_select.cc Merge branch '10.2' into 10.3 2022-04-21 10:05:50 +02:00
sql_select.h MDEV-27510 Query returns wrong result when using split optimization 2022-01-25 17:12:37 -08:00
sql_sequence.cc MDEV-27365 CREATE-or-REPLACE SEQUENCE is binlogged without DDL flag 2022-01-03 17:39:23 +02:00
sql_sequence.h
sql_servers.cc
sql_servers.h
sql_show.cc MDEV-22282 When using mysqldump to backup a view that contains derived tables, the database name is prepended to each table in the view 2022-04-09 11:49:11 +02:00
sql_show.h MDEV-24593 Signal 11 when group by primary key of table joined to information_schema.columns 2021-01-22 00:04:31 +01:00
sql_signal.cc
sql_signal.h
sql_sort.h
sql_state.c
sql_statistics.cc Merge branch '10.2' into 10.3 2021-02-22 22:42:27 +01:00
sql_statistics.h Merge branch '10.2' into 10.3 2021-02-22 22:42:27 +01:00
sql_string.cc Merge 10.2 into 10.3 2021-10-28 07:50:05 +03:00
sql_string.h MDEV-21265: IN predicate conversion to IN subquery should be allowed for a broader set of datatype comparison 2020-11-30 17:16:43 +05:30
sql_table.cc MDEV-28254 Wrong position for row_start, row_end after adding column to implicit versioned table 2022-04-22 15:49:37 +03:00
sql_table.h
sql_tablespace.cc
sql_tablespace.h
sql_test.cc Merge 10.2 into 10.3 2021-03-31 08:01:03 +03:00
sql_test.h
sql_time.cc
sql_time.h
sql_trigger.cc
sql_trigger.h
sql_truncate.cc Merge branch '10.2' into 10.3 2021-09-07 16:32:35 +03:00
sql_truncate.h
sql_tvc.cc MDEV-27937 Assertion failure when executing prepared statement with ? in IN list 2022-03-25 14:14:51 -07:00
sql_tvc.h
sql_type.cc MDEV-24511 null field is created with CREATE..SELECT 2021-07-29 02:08:23 +03:00
sql_type.h MDEV-24511 null field is created with CREATE..SELECT 2021-07-29 02:08:23 +03:00
sql_type_int.h
sql_type_real.h
sql_udf.cc Merge branch bb-10.2-release into bb-10.3-release 2021-05-04 14:49:31 +03:00
sql_udf.h
sql_union.cc MDEV-24511 null field is created with CREATE..SELECT 2021-07-29 02:08:23 +03:00
sql_union.h
sql_update.cc MDEV-28095 crash in multi-update and implicit grouping 2022-03-17 16:58:48 +01:00
sql_update.h
sql_view.cc MDEV-24281 Reading from freed memory when running main.view with --ps-protocol 2022-03-23 12:50:50 -07:00
sql_view.h
sql_window.cc Merge branch '10.2' into 10.3 2021-07-21 20:11:07 +02:00
sql_window.h Merge branch '10.2' into 10.3 2021-07-21 20:11:07 +02:00
sql_yacc.yy Merge remote-tracking branch 'origin/10.2' into 10.3 2022-04-14 11:50:34 +04:00
sql_yacc_ora.yy An additional patch for MDEV-27690 Crash on CHARACTER SET csname COLLATE DEFAULT in column definition 2022-04-14 12:22:28 +04:00
strfunc.cc
strfunc.h
structs.h Merge remote-tracking branch 'origin/10.2' into 10.3 2022-04-14 11:50:34 +04:00
sys_vars.cc Merge 10.2 (part) into 10.3 2022-03-15 16:44:52 +11:00
sys_vars.inl Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
sys_vars_shared.h
table.cc Merge branch '10.2' into 10.3 2022-04-21 10:05:50 +02:00
table.h MDEV-24176 Server crashes after insert in the table with virtual 2022-04-18 12:44:27 +03:00
table_cache.cc
table_cache.h
temporary_tables.cc Merge 10.2 into 10.3 2022-03-29 09:53:15 +03:00
thr_malloc.cc
thr_malloc.h
threadpool.h
threadpool_common.cc MDEV-24084 Fix race between disconnect and KILL CONNECTION 2020-11-24 08:45:37 +01:00
threadpool_generic.cc Merge branch '10.2' into 10.3 2021-10-28 12:41:27 +02:00
threadpool_win.cc
transaction.cc Merge 10.2 into 10.3 2021-07-02 11:44:51 +03:00
transaction.h
tzfile.h
tztime.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
tztime.h
udf_example.c
udf_example.def
uniques.cc
uniques.h
unireg.cc Merge 10.2 into 10.3 2022-03-29 09:53:15 +03:00
unireg.h MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT table 2022-03-14 08:55:59 +01:00
upgrade_conf_file.cc Merge branch '10.2' into 10.3 2021-02-01 13:49:33 +01:00
vers_string.h
vers_utils.h
win_tzname_data.h Update timezone data on Windows 2021-04-22 15:51:55 +02:00
winservice.c
winservice.h
wsrep_applier.cc Merge 10.2 into 10.3 2020-12-01 14:55:46 +02:00
wsrep_applier.h
wsrep_binlog.cc
wsrep_binlog.h
wsrep_check_opts.cc
wsrep_dummy.cc Merge 10.2 into 10.3 2021-03-18 12:34:48 +02:00
wsrep_hton.cc MDEV-28210 : SIGSEGV in the test galera.galera_sst_rsync2 2022-04-01 13:29:31 +03:00
wsrep_mysqld.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
wsrep_mysqld.h
wsrep_mysqld_c.h
wsrep_notify.cc Merge branch 'bb-10.2-release' into bb-10.3-release 2021-02-18 22:09:53 +01:00
wsrep_priv.h
wsrep_sst.cc MDEV-26171: wsrep_sst_receive_address does not parse IPv6 address correctly 2022-04-12 17:14:39 +02:00
wsrep_sst.h
wsrep_thd.cc Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
wsrep_thd.h Revert MDEV-25114 2021-09-24 16:21:20 +03:00
wsrep_utils.cc
wsrep_utils.h MDEV-26171: wsrep_sst_receive_address does not parse IPv6 address correctly 2022-04-12 17:14:39 +02:00
wsrep_var.cc
wsrep_var.h
wsrep_xid.cc
wsrep_xid.h