Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information