mirror of
https://github.com/MariaDB/server.git
synced 2025-10-12 12:25:37 +03:00
Merge branch '10.4' into bb-10.4-mdev16188
This commit is contained in:
@@ -2113,7 +2113,10 @@ static my_bool xarecover_handlerton(THD *unused, plugin_ref plugin,
|
||||
info->found_foreign_xids++;
|
||||
continue;
|
||||
}
|
||||
if (info->dry_run)
|
||||
if (IF_WSREP(!(wsrep_emulate_bin_log &&
|
||||
wsrep_is_wsrep_xid(info->list + i) &&
|
||||
x <= wsrep_limit) && info->dry_run,
|
||||
info->dry_run))
|
||||
{
|
||||
info->found_my_xids++;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user