summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
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.h
parent468104567f6b0a1fe552f38717005f286c402125 (diff)
downloadmariadb-git-a5a22e9f641623886ec7c051e7ae40eadad0b023.tar.gz
Small adjustements to threadpool
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index f87af8842d8..53e0d83f37a 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -1697,6 +1697,9 @@ public:
/* True if we want to log all errors */
bool log_all_errors;
+ /* Do not set socket timeouts for wait_timeout (used with threadpool) */
+ bool skip_wait_timeout;
+
/* container for handler's private per-connection data */
Ha_data ha_data[MAX_HA];