Adds support for show binary log status statement (#638)

* feat: adds support for show binary log status statement

* feat: adds support for mariadb show binlog status statement
This commit is contained in:
Dennis Felipe Urtubia 2024-05-30 12:10:36 -03:00 committed by GitHub
commit 47610347ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 4 deletions

View file

@ -0,0 +1,4 @@
---
minor_changes:
- mysql_replication - Adds support for `SHOW BINARY LOG STATUS` and `SHOW BINLOG STATUS` on getprimary mode.