Skip to content

MDEV-30953: Add MariaDB-server-galera (RPM) fix#5017

Merged
grooverdan merged 1 commit intoMariaDB:12.3from
grooverdan:MDEV-30953_3
Apr 29, 2026
Merged

MDEV-30953: Add MariaDB-server-galera (RPM) fix#5017
grooverdan merged 1 commit intoMariaDB:12.3from
grooverdan:MDEV-30953_3

Conversation

@grooverdan
Copy link
Copy Markdown
Member

In the build directory the galera sst scripts where without executable permissions.

This is as a result of [1]. In this patch removing WSREP_SST_SCRIPTS out of SERVER_SCRIPTS resulting
in the missing from BIN_SCRIPTS which all had an
explicit chmod executed on the script.

Corrected by explictly changing the permission on
the script as would have been done previously.

Thanks Marko Mäkelä for reporting.

[1] efb70285b908be57cc50934a6c8f994773d7583

unbreaks #5015

In the build directory the galera sst scripts where
without executable permissions.

This is as a result of [1]. In this patch removing
WSREP_SST_SCRIPTS out of SERVER_SCRIPTS resulting
in the missing from BIN_SCRIPTS which all had an
explicit chmod executed on the script.

Corrected by explictly changing the permission on
the script as would have been done previously.

Thanks Marko Mäkelä for reporting.

[1] efb70285b908be57cc50934a6c8f994773d7583
@grooverdan grooverdan added the MariaDB Foundation Pull requests created by MariaDB Foundation label Apr 29, 2026
Copy link
Copy Markdown
Contributor

@dr-m dr-m left a comment

Choose a reason for hiding this comment

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

Thank you! I confirmed that the scripts will have an execute permission in the build directory. This fixes the problem that I had noted in #5015.

@grooverdan grooverdan enabled auto-merge (rebase) April 29, 2026 08:22
@grooverdan grooverdan merged commit aafcc57 into MariaDB:12.3 Apr 29, 2026
18 of 19 checks passed
@dr-m dr-m mentioned this pull request Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

MariaDB Foundation Pull requests created by MariaDB Foundation

Development

Successfully merging this pull request may close these issues.

2 participants