Skip to content
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

Galera SST scripts shouldn't access grastate.dat #502

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Commits on Aug 7, 2024

  1. Galera SST scripts shouldn't access grastate.dat

    When SST scripts they inherit the open file descriptors.
    
    Here we use the GLIBC extensions to fopen, 'e', to ensure
    that forked processes don't inherit the file descriptor, and 'x'
    which ensure exclusive access.
    grooverdan committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4d6b6f7 View commit details
    Browse the repository at this point in the history