Binlogrouter: documentation update for last seen GTID in SHOW SLAVE STATUS

Binlogrouter: documentation update for last seen GTID in SHOW SLAVE
STATUS
This commit is contained in:
MassimilianoPinto
2017-07-27 09:13:16 +02:00
parent 380fa35b4f
commit 9be449edf8

View File

@ -305,7 +305,7 @@ If a slave is connected to MaxScale with SSL, an entry will be present in the Sl
Slave connected with SSL: Established Slave connected with SSL: Established
``` ```
If option `mariadb10_slave_gtid=On` last seen GTID is showed: If option `mariadb10_slave_gtid=On` last seen GTID is shown:
``` ```
Last seen MariaDB GTID: 0-10124-282 Last seen MariaDB GTID: 0-10124-282
@ -360,6 +360,13 @@ Master_SSL_Verify_Server_Cert: No
Master_Info_File: /home/maxscale/binlog/first/binlogs/master.ini Master_Info_File: /home/maxscale/binlog/first/binlogs/master.ini
``` ```
If the option `mariadb10_slave_gtid` is set to _On_, the last seen GTID is showed:
```
Using_Gtid: No
Gtid_IO_Pos: 0-10116-196
```
# Binlog router compatibility # Binlog router compatibility
Binlog Router Plugin is compatible with MariaDB 5.5 and MySQL 5.6, the current default. Binlog Router Plugin is compatible with MariaDB 5.5 and MySQL 5.6, the current default.