Skip to content

MDEV-36711 Galera Cluster node reports wrong error code in detached state #500

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

Open
wants to merge 1 commit into
base: 11.8
Choose a base branch
from

Conversation

plampio
Copy link

@plampio plampio commented May 2, 2025

Bug fix for a Galera Cluster bug: When a Galera Cluster node is detached from the cluster it may report wrong error code for an executed query. This caused the MTR test galera.MDEV-35946 for MDEV-35946.

The problem occurs because the gategory of the table mysql.wsrep_streaming_log was changed from TABLE_CATEGORY_MYSQL to TABLE_CATEGORY_INFORMATION by the fix for MDEV-33881 Userstat skips system tables inconsistently. This is a new issue unrelated to the problem described by MDEV-35946.

…tate

Bug fix for a Galera Cluster bug: When a Galera Cluster node is
detached from the cluster it may report wrong error code for an
executed query. This caused the MTR test galera.MDEV-35946 for
MDEV-35946.
@temeo
Copy link

temeo commented May 5, 2025

Isn't this essentially the same as already submitted MariaDB#3975 ?

@janlindstrom ?

@janlindstrom
Copy link

Yes, it looks the same.

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.

3 participants