mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
419385dbf1
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
6 lines
73 B
INI
6 lines
73 B
INI
!include my.cnf
|
|
[mysqld.1]
|
|
gtid_domain_id=1
|
|
|
|
[mysqld.2]
|
|
gtid_domain_id=2
|