summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
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;
/**