diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index d842aa39045..70f47521711 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -520,7 +520,7 @@ typedef struct system_variables ulong query_cache_type; ulong tx_isolation; ulong updatable_views_with_limit; - uint max_user_connections; + int max_user_connections; /** In slave thread we need to know in behalf of which thread the query is being run to replicate temp tables properly |