Skip to content
/ server Public

MDEV-38881: fix for 11.8#4802

Open
ge65tup wants to merge 1 commit intoMariaDB:11.8from
ge65tup:fix-dumpslow
Open

MDEV-38881: fix for 11.8#4802
ge65tup wants to merge 1 commit intoMariaDB:11.8from
ge65tup:fix-dumpslow

Conversation

@ge65tup
Copy link

@ge65tup ge65tup commented Mar 13, 2026

This PR refers to the version 11.8 and fixes MDEV-38881. The related script mysqldumpslow.sh was modified to avoid handling instances for mariadb-dumpslow without -i option. The previous condition if (!$datadir or $opt(i)) was rewritten into if ($opt(i)), while the body of if-statement remained unaffected by its logic. It means calling mariadb-dumpslow would lead to the next branch which requires $slowlog. While instances are not much supported by MariaDB now, this is the smallest conservative fix to keep the original feature.

@CLAassistant
Copy link

CLAassistant commented Mar 13, 2026

CLA assistant check
All committers have signed the CLA.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants