summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2011-12-18 20:40:38 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2011-12-18 20:40:38 +0100
commita5a22e9f641623886ec7c051e7ae40eadad0b023 (patch)
tree55a9c27576b0dab700e230880e92143411b23dee /sql/sql_class.cc
parent468104567f6b0a1fe552f38717005f286c402125 (diff)
downloadmariadb-git-a5a22e9f641623886ec7c051e7ae40eadad0b023.tar.gz
Small adjustements to threadpool
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index de2e49f31e9..7633a4078ff 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -749,6 +749,7 @@ THD::THD()
derived_tables_processing(FALSE),
spcont(NULL),
m_parser_state(NULL),
+ skip_wait_timeout(false),
#if defined(ENABLED_DEBUG_SYNC)
debug_sync_control(0),
#endif /* defined(ENABLED_DEBUG_SYNC) */