Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-mysqldump: Add option to skip binlog position #941

Merged

Conversation

dveeden
Copy link
Collaborator

@dveeden dveeden commented Nov 8, 2024

Issue: ref #940

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

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
@lance6716 lance6716 merged commit 867d4cc into go-mysql-org:master Nov 8, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants