[MDEV-6926] innodb_rows_updated is misleading on slave Created: 2014-10-24 Updated: 2014-10-26 Resolved: 2014-10-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innodb, xtradb | ||
| Issue Links: |
|
||||||||
| Description |
|
MySQL Bug #68220 innodb_rows_updated is misleading on slave http://bugs.mysql.com/bug.php?id=68220 Summary: innodb_rows_* status counters are not updated when innodb_system_rows_* https://github.com/facebook/mysql-5.6/commit/dd2d11be7aaf3be270e740fb95cbc4eacb52f4d7 |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-10-26 ] |
|
revno: 4461 Merged Facebook commit dd2d11be7aaf3be270e740fb95cbc4eacb52f4d7 This fixes MySQL Bug #68220 innodb_rows_updated is misleading on slave Added innodb_system_rows_read/inserted/updated/deleted counters innodb_rows_* status counters are not updated when innodb_system_rows_* https://github.com/facebook/mysql-5.6/commit/dd2d11be7aaf3be270e740fb95cbc4eacb52f4d7 |