mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-10297 Add priorization to threadpool
Also MDEV-10385 Threadpool refactoring
This commit is contained in:
@ -697,6 +697,7 @@ typedef struct system_variables
|
||||
my_bool session_track_schema;
|
||||
my_bool session_track_state_change;
|
||||
|
||||
ulong threadpool_priority;
|
||||
} SV;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user