mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
Before this fix, two performance schema unit tests crashed on windows. The problem was a missing initialization to PFS_atomics, which caused the crash only for platform not compiled with native atomics. This fix adds the missing initialization in the unit tests. No production code was changed, this is a unit test bug only.