Skip to content

MDEV-39190 mariadb-dump --dump-slave outputs partial output for old servers#4945

Open
ParadoxV5 wants to merge 1 commit intoMDEV-37146from
MDEV-39190
Open

MDEV-39190 mariadb-dump --dump-slave outputs partial output for old servers#4945
ParadoxV5 wants to merge 1 commit intoMDEV-37146from
MDEV-39190

Conversation

@ParadoxV5
Copy link
Copy Markdown
Contributor

When dumping from older servers, the MDEV-37146 optimization was clever to reuse the SHOW ALL SLAVES STATUS from an earlier step. But it forgot to rewind the tape before playing again, so it only saw a blank screen.
It also left an extra “SHOW ALL SLAVES STATUS” text in dead code.

This commit fixes both of these oversights.

…ervers

When dumping from older servers, the MDEV-37146 optimization was
clever to reuse the SHOW ALL SLAVES STATUS from an earlier step.
But it forgot to rewind the tape before playing again,
so it only saw a blank screen.
It also left an extra “SHOW ALL SLAVES STATUS” text in dead code.

This commit fixes both of these oversights.
@ParadoxV5 ParadoxV5 requested a review from bnestere April 15, 2026 22:16
@ParadoxV5 ParadoxV5 added MariaDB Corporation Replication Patches involved in replication labels Apr 15, 2026
Copy link
Copy Markdown
Contributor

@bnestere bnestere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks @ParadoxV5 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

MariaDB Corporation Replication Patches involved in replication

Development

Successfully merging this pull request may close these issues.

2 participants