Skip to content

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