mariadb/storage/innobase/row
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
..
row0ext.cc MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
row0ftsort.cc MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
row0import.cc Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
row0ins.cc MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
row0log.cc MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
row0merge.cc MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
row0mysql.cc MDEV-6926: innodb_rows_updated is misleading on slav 2014-10-26 07:22:51 +02:00
row0purge.cc MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
row0quiesce.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00
row0row.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0sel.cc MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
row0uins.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00
row0umod.cc MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
row0undo.cc 10.0-base merge 2013-04-15 15:09:22 +02:00
row0upd.cc MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
row0vers.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00