• Tatiana A. Nurnberg's avatar
    Bug#32149: Long semaphore wait for adaptive hash latch · b89d2fce
    Tatiana A. Nurnberg authored
    Holding on to the temporary inno hash index latch is an optimization in
    many cases, but a pessimization in some others.
    
    Release temporary latches for those corner cases we (or rather, or customers,
    thanks!) have identified, that is, when we are about to do something that
    might take a really long time, like REPAIR or filesort.
    b89d2fce
ha_myisam.cc 60.3 KB