-
Thiru authored
AROUND SRV_CONC_ENTER_INNODB() Description: While the user thread is waiting for its turn, we can set the innodb_thread_concurrecy to zero, it makes the thread to sleep forever. Solution: Check whether the variable innodb_thread_concurrency is zero in every loop and return the thread from waiting state.
Thiru authoredAROUND SRV_CONC_ENTER_INNODB() Description: While the user thread is waiting for its turn, we can set the innodb_thread_concurrecy to zero, it makes the thread to sleep forever. Solution: Check whether the variable innodb_thread_concurrency is zero in every loop and return the thread from waiting state.
Loading