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:
@ -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)
|
||||
{
|
||||
};
|
||||
|
Reference in New Issue
Block a user