1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Mdev-10664 Add statuses about optimistic parallel replication stalls

In this commit we are adding three more status variable to SHOW SLAVE
STATUS.  Slave_DDL_Events and Slave_Non_Transactional_Events.

Slave_DDL_Groups:- This status variable counts the occurrence of DDL
statements

Slave_Non_Transactional_Groups:- This variable count the occurrence
of non-transnational event group.

Slave_Transactional_Groups:- This variable count the occurrence
of transnational event group.

Patch Credit:- Kristian Nielsen
This commit is contained in:
Sachin Setiya
2018-04-19 14:31:20 +05:30
parent 547b00d910
commit 419385dbf1
14 changed files with 296 additions and 26 deletions

View File

@ -0,0 +1,6 @@
!include my.cnf
[mysqld.1]
gtid_domain_id=1
[mysqld.2]
gtid_domain_id=2