mirror of
https://github.com/MariaDB/server.git
synced 2026-04-14 20:35:31 +02:00
Allow one more worker at the oversubscribe threshold so a group only becomes oversubscribed after it exceeds the configured limit. Add a regression test that reproduces the starvation case in the generic thread pool and verifies queued work still drains. Signed-off-by: Varun Deep Saini <varun.23bcs10048@ms.sst.scaler.com>
7 lines
122 B
INI
7 lines
122 B
INI
!include include/default_my.cnf
|
|
|
|
[mysqld.1]
|
|
extra-port= @ENV.MASTER_EXTRA_PORT
|
|
|
|
[ENV]
|
|
MASTER_EXTRA_PORT= @OPT.port
|