Bug #69360 | Please add counter of RBR updates/deletes on slave which affect more than 1 row | ||
---|---|---|---|
Submitted: | 31 May 2013 5:46 | Modified: | 31 May 2013 8:32 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S4 (Feature request) |
Version: | 5.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[31 May 2013 5:46]
Simon Mudd
[31 May 2013 5:47]
Simon Mudd
Adjust synopsis
[31 May 2013 5:47]
Simon Mudd
Adjust synopsis
[8 Jun 2013 0:35]
Davi Arnaut
- Expose current row-based replication (RBR) execution state in the SQL Thread state The changes below add two new states to the replication slave SQL thread that are used to highlight the event that the SQL thread is executing and, for row-based events, to indicate how many rows have been applied. These will generally look like: Executing Delete_rows event at position 100 Handling row 50 of 100 for a Delete_rows event on table `db.table` https://github.com/twitter/mysql/commit/3a1e4b5682d994ccefc919a33d9ac7d2adc92705 https://github.com/twitter/mysql/commit/d9895b4410f744a231f789ec9d894dbe633e3b14