Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go-mysqldump: Add option to skip binlog position
When running against MariaDB 11.4 without binlogs enabled: - `mysqldump` 9.1.0 fails to dump when called with `--source-data` due to the `SHOW BINARY LOG STATUS` not being supported by MariaDB. - `mariadb-dump` 11.4 fails to dump when called with `--master-data` due to binlogs not being enabled. Other situations where this can be useful: - Permission issues
- Loading branch information