From 9be449edf8d8f363aac9951297964e04e73a1d3b Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Thu, 27 Jul 2017 09:13:16 +0200 Subject: [PATCH] Binlogrouter: documentation update for last seen GTID in SHOW SLAVE STATUS Binlogrouter: documentation update for last seen GTID in SHOW SLAVE STATUS --- .../Replication-Proxy-Binlog-Router-Tutorial.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Documentation/Tutorials/Replication-Proxy-Binlog-Router-Tutorial.md b/Documentation/Tutorials/Replication-Proxy-Binlog-Router-Tutorial.md index 455ae7b4d..71ce43428 100644 --- a/Documentation/Tutorials/Replication-Proxy-Binlog-Router-Tutorial.md +++ b/Documentation/Tutorials/Replication-Proxy-Binlog-Router-Tutorial.md @@ -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 ``` -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 @@ -360,6 +360,13 @@ Master_SSL_Verify_Server_Cert: No 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 Plugin is compatible with MariaDB 5.5 and MySQL 5.6, the current default.