i have one questions about myisam’s key cache
1.In mysql’s document,it said “A buffer that is being updated causes sessions that need to use it to wait until the
update is complete”,My question is “does the update set an global mutex to block all sessions but itself or just set
an mutex on related cache index”
thanks in advance!