• anozdrin/alik@quad.'s avatar
    Fix for Bug#33507: Event scheduler creates more threads · 18125abf
    anozdrin/alik@quad. authored
    than max_connections -- which results in user lockout.
    
    The problem was that the variable thread_count that contains
    the number of active threads was interpreted as a number of
    active connections.
    
    The fix is to introduce a new counter for active connections.
    18125abf
mysqld.cc 308 KB