mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.9
This commit is contained in:
@@ -1933,7 +1933,7 @@ rpl_load_gtid_slave_state(THD *thd)
|
||||
for (i= 0; i < array.elements; ++i)
|
||||
{
|
||||
get_dynamic(&array, (uchar *)&tmp_entry, i);
|
||||
if ((err= rpl_global_gtid_slave_state->update(tmp_entry.gtid.domain_id,
|
||||
if ((err= rpl_global_gtid_slave_state->update_nolock(tmp_entry.gtid.domain_id,
|
||||
tmp_entry.gtid.server_id,
|
||||
tmp_entry.sub_id,
|
||||
tmp_entry.gtid.seq_no,
|
||||
|
Reference in New Issue
Block a user