v.18.14Bug Fix
log_query_threads now requires log_queries to be enabled
Thelog_query_threadssetting (logging information about each thread of query execution) now takes effect only if thelog_queriesoption (logging information about queries) is set to 1. Since thelog_query_threadsoption is enabled by default, information about threads was previously logged even if query logging was disabled. #3241