Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.6, 10.11, 11.4, 11.8, 10.3(EOL), 12.1
-
Unexpected results
Description
The server_audit plugin rwlock isn't instrumented correctly in Performance Schema.
Commit 1d80e8e updated lock_operations to a rwlock from a mutex but didn't
update the PS instrumentation setup accordingly.
Pull request: https://github.com/MariaDB/server/pull/4253