-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Fix Version/s: 10.5.7
-
Component/s: Performance Schema
-
Labels:None
I noticed when the build failed on sparc64 due to the pthread_self() fallback that MariaDB's perfschema code does not currently have support for OpenBSD's getthrid() for retrieving the thread id.
Attached is a patch from our ports tree to add such support.