mirror of
https://github.com/MariaDB/server.git
synced 2025-11-18 07:48:43 +03:00
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.
1.9 KiB
1.9 KiB