Skip to content
/ server Public

MDEV-38383 Fix MDEV-38073 MTR test warning#4799

Merged
janlindstrom merged 1 commit intoMariaDB:10.11from
mariadb-corporation:10.11-MDEV-39007
Mar 13, 2026
Merged

MDEV-38383 Fix MDEV-38073 MTR test warning#4799
janlindstrom merged 1 commit intoMariaDB:10.11from
mariadb-corporation:10.11-MDEV-39007

Conversation

@janlindstrom
Copy link
Contributor

MDEV-38073 MTR test started to fail with a warning after upstream merge from 11.4 a7528a6 because THD responsible for creating SST user became read-only when the server was started with --transaction-read-only=TRUE.
make sure the readonly flag on THDs created for wsp::thd utility class is cleared regardless of the --transaction-read-only value as it is intended only for client-facing THDs.

Copy link
Contributor

@mariadb-DenisProtivensky mariadb-DenisProtivensky 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.

@janlindstrom janlindstrom enabled auto-merge (rebase) March 13, 2026 14:00
MDEV-38073 MTR test started to fail with a warning after upstream merge
from 11.4 a7528a6 because THD responsible
for creating SST user became read-only when the server was started with
--transaction-read-only=TRUE.
make sure the readonly flag on THDs created for wsp::thd utility class is
cleared regardless of the --transaction-read-only value as it is intended
only for client-facing THDs.
@janlindstrom janlindstrom merged commit 0a93b39 into MariaDB:10.11 Mar 13, 2026
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants