Community

Tracking mutex locks in a process list, MySQL 5.5’s PERFORMANCE_SCHEMA

(Mark Leith) Internally MySQL uses various methods to manage (or, block) concurrent access to shared structures within the server – the most common being mutexes (or Mutual Exclusion locks), RW Locks, or Semaphores. Each have slightly different properties on how different threads are allowed to inte

Read More - Register for Free Membership