1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-22696 TP_pool_generic::set_pool_size logic so that it marks each connection to change group before the next socket read.

This commit is contained in:
Vladislav Vaintroub
2020-05-23 13:17:50 +02:00
parent 9aa6042a0d
commit e6f0371556
2 changed files with 33 additions and 10 deletions

View File

@ -89,6 +89,7 @@ struct TP_connection_generic :public TP_connection
TP_file_handle fd;
bool bound_to_poll_descriptor;
int waiting;
bool fix_group;
#ifdef HAVE_IOCP
OVERLAPPED overlapped;
#endif