1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Small adjustements to threadpool

This commit is contained in:
Vladislav Vaintroub
2011-12-18 20:40:38 +01:00
parent 468104567f
commit a5a22e9f64
9 changed files with 14 additions and 13 deletions

View File

@ -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];