diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2016-09-21 14:28:42 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2016-09-21 14:29:39 +0000 |
commit | b732df1c5397807cf87f79f508679520f38fcfdd (patch) | |
tree | cb74da86831963d458ffe744a8895e18e265002c /sql/sql_class.h | |
parent | 4368efe870f225279106798f71978b68c473e2ab (diff) | |
download | mariadb-git-bb-10.2-wlad-threadpool.tar.gz |
MDEV-10297 Add priorization to threadpoolbb-10.2-wlad-threadpool
Also MDEV-10385 Threadpool refactoring
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 2240b5fe0a9..d2a489bfef6 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -697,6 +697,7 @@ typedef struct system_variables my_bool session_track_schema; my_bool session_track_state_change; + ulong threadpool_priority; } SV; /** |