• Monty's avatar
    Don't wait too long in SHOW PROCESSLIST · 7891a713
    Monty authored
    This will allow show processlist to continue, without blocking
    all new connections, if some threads gets stuck while holding
    LOCK_thd_data or mysys_var->mutex
    
    Connections that has mutex 'stuck' are marked as 'Busy' in 'Command'
    
    Todo:
    Make F_BACKOFF to do 'pause' instead of just (1)
    7891a713
sql_show.cc 329 KB