From a5a22e9f641623886ec7c051e7ae40eadad0b023 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Sun, 18 Dec 2011 20:40:38 +0100 Subject: Small adjustements to threadpool --- sql/sql_class.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sql/sql_class.h') 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]; -- cgit v1.2.1