Skip to content
  • Thiru's avatar
    350d7e29
    Bug #19386426 SHUTDOWN HANGS: CLIENT THREAD IN A LOOP · 350d7e29
    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.
    350d7e29
    Bug #19386426 SHUTDOWN HANGS: CLIENT THREAD IN A LOOP
    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.
Loading