Comment 7 for bug 1732252

Revision history for this message
Sveta Smirnova (svetasmirnova) wrote : Re: Percona Server crashes during stop/restart when using userstat=1 in multi-sourced slaves

Thank you for the update and Slack chat. Verified as described.

Updated "How to repeat" instructions.

1. Start master-slave which use SBR
2. Start replication on slave
3. On master:
create temporary table t2(f1 int) engine=innodb;
insert into t2 values(1),(2),(3);
4. Leave connection open
5. On slave:
stop slave;
set global userstat=1;
6. Shutdown slave
7. Check error log file