• Nirbhay Choubey's avatar
    MDEV#6206: wsrep_slave_threads subtracts from max_connections · 00b6fff2
    Nirbhay Choubey authored
    Decoupled wsrep thread count from connection count. By doing so,
    the number of wsrep threads (applier/rollbacker) would no longer
    affect the threads_connected status variable and thus maximum
    allowable user connections limit would be @@max_connections.
    
    Also introduced a new status variable 'wsrep_thread_count' to hold
    the number of wsrep applier/rollbacker threads.
    
    Added a test case.
    00b6fff2
variables.test 1.88 KB