mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
caeffc7a7d
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.
|
||
---|---|---|
.. | ||
hrtime.inc | ||
rpl_innodb_rows_counters.inc | ||
rpl_mixed_check_db.inc | ||
rpl_mixed_check_event.inc | ||
rpl_mixed_check_select.inc | ||
rpl_mixed_check_table.inc | ||
rpl_mixed_check_user.inc | ||
rpl_mixed_check_view.inc | ||
rpl_mixed_clear_tables.inc | ||
rpl_mixed_ddl.inc | ||
rpl_mixed_dml.inc | ||
rpl_mixed_show_binlog_format.inc | ||
rpl_partition.inc |