Loading sql/mysqld.cc +0 −1 Original line number Diff line number Diff line Loading @@ -3460,7 +3460,6 @@ static int bootstrap(FILE *file) THD *thd= new THD; thd->bootstrap=1; thd->client_capabilities=0; my_net_init(&thd->net,(st_vio*) 0); thd->max_client_packet_length= thd->net.max_packet; thd->master_access= ~(ulong)0; Loading sql/repl_failsafe.cc +0 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,6 @@ static int init_failsafe_rpl_thread(THD* thd) */ thd->system_thread = thd->bootstrap = 1; thd->host_or_ip= ""; thd->client_capabilities = 0; my_net_init(&thd->net, 0); thd->net.read_timeout = slave_net_timeout; thd->max_client_packet_length=thd->net.max_packet; Loading sql/slave.cc +0 −1 Original line number Diff line number Diff line Loading @@ -2617,7 +2617,6 @@ static int init_slave_thread(THD* thd, SLAVE_THD_TYPE thd_type) thd->system_thread = (thd_type == SLAVE_THD_SQL) ? SYSTEM_THREAD_SLAVE_SQL : SYSTEM_THREAD_SLAVE_IO; thd->host_or_ip= ""; thd->client_capabilities = 0; my_net_init(&thd->net, 0); thd->net.read_timeout = slave_net_timeout; thd->master_access= ~(ulong)0; Loading sql/sql_class.cc +2 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ THD::THD() variables.pseudo_thread_id= 0; one_shot_set= 0; file_id = 0; query_id= 0; warn_id= 0; db_charset= global_system_variables.collation_database; mysys_var=0; Loading @@ -196,6 +197,7 @@ THD::THD() net.vio=0; #endif net.last_error[0]=0; // If error on boot client_capabilities= 0; // minimalistic client ull=0; system_thread=cleanup_done=0; peer_port= 0; // For SHOW PROCESSLIST Loading Loading
sql/mysqld.cc +0 −1 Original line number Diff line number Diff line Loading @@ -3460,7 +3460,6 @@ static int bootstrap(FILE *file) THD *thd= new THD; thd->bootstrap=1; thd->client_capabilities=0; my_net_init(&thd->net,(st_vio*) 0); thd->max_client_packet_length= thd->net.max_packet; thd->master_access= ~(ulong)0; Loading
sql/repl_failsafe.cc +0 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,6 @@ static int init_failsafe_rpl_thread(THD* thd) */ thd->system_thread = thd->bootstrap = 1; thd->host_or_ip= ""; thd->client_capabilities = 0; my_net_init(&thd->net, 0); thd->net.read_timeout = slave_net_timeout; thd->max_client_packet_length=thd->net.max_packet; Loading
sql/slave.cc +0 −1 Original line number Diff line number Diff line Loading @@ -2617,7 +2617,6 @@ static int init_slave_thread(THD* thd, SLAVE_THD_TYPE thd_type) thd->system_thread = (thd_type == SLAVE_THD_SQL) ? SYSTEM_THREAD_SLAVE_SQL : SYSTEM_THREAD_SLAVE_IO; thd->host_or_ip= ""; thd->client_capabilities = 0; my_net_init(&thd->net, 0); thd->net.read_timeout = slave_net_timeout; thd->master_access= ~(ulong)0; Loading
sql/sql_class.cc +2 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ THD::THD() variables.pseudo_thread_id= 0; one_shot_set= 0; file_id = 0; query_id= 0; warn_id= 0; db_charset= global_system_variables.collation_database; mysys_var=0; Loading @@ -196,6 +197,7 @@ THD::THD() net.vio=0; #endif net.last_error[0]=0; // If error on boot client_capabilities= 0; // minimalistic client ull=0; system_thread=cleanup_done=0; peer_port= 0; // For SHOW PROCESSLIST Loading