mariadb/storage/xtradb/dict
Jan Lindström caeffc7a7d MDEV-6926: innodb_rows_updated is misleading on slav
Merged Facebook commit dd2d11be7aaf3be270e740fb95cbc4eacb52f4d7
authored by Rongrong Zhong from https://github.com/facebook/mysql-5.6

This fixes MySQL Bug #68220 innodb_rows_updated is misleading on slave
http://bugs.mysql.com/bug.php?id=68220

Added innodb_system_rows_read/inserted/updated/deleted counters
that are the equivalent of innodb_rows_* but that only account for
changes made to system databases (mysql, information_schame and
preformance_schema). These counters will be used on slaves to
differentiated the updates made on system databases from those made on
user databases.

innodb_rows_* status counters are not updated when innodb_system_rows_*
are updated.

dd2d11be7a
2014-10-26 07:22:51 +02:00
..
dict0boot.cc MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
dict0crea.cc XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02:00
dict0dict.cc XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02:00
dict0load.cc xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
dict0mem.cc MDEV-6926: innodb_rows_updated is misleading on slav 2014-10-26 07:22:51 +02:00
dict0stats.cc xtradb-5.6.19-67.0 2014-08-06 19:57:06 +02:00
dict0stats_bg.cc Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00