mysqld_exporter
mysqld_exporter copied to clipboard
Fix race condition in ReloadConfig
Calling ReloadConfig was not thread safe in spite of the mutex. One thread could overwrite the package level cfg pointer after it was mutated by another thread.
This needs a DCO sign-off. You can use git commit -s --amend to add it.