summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
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];