You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go-mysqldump: Add option to skip binlog position (#941)
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
0 commit comments