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

Simplified away CONNECT::extra_port

Part of MDEV-19515 - Improve connect speed
This commit is contained in:
Sergey Vojtovich
2019-05-12 02:55:57 +04:00
parent c90c769807
commit 7192d7b700
5 changed files with 0 additions and 8 deletions

View File

@ -35,7 +35,6 @@ public:
scheduler_functions *scheduler;
my_thread_id thread_id;
pthread_t real_id;
bool extra_port;
/* Own variables */
bool thread_count_incremented;
@ -43,7 +42,6 @@ public:
CONNECT()
:vio(0), scheduler(thread_scheduler), thread_id(0), real_id(0),
extra_port(0),
thread_count_incremented(0), prior_thr_create_utime(0)
{
};