mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix a merge error (4.1->5.0 merge from 2005)
This commit is contained in:
@@ -1225,9 +1225,6 @@ pthread_handler_t handle_one_connection(void *arg)
|
||||
sctx->host_or_ip, "init_connect command failed");
|
||||
sql_print_warning("%s", net->last_error);
|
||||
}
|
||||
thd->proc_info=0;
|
||||
thd->set_time();
|
||||
thd->init_for_queries();
|
||||
}
|
||||
|
||||
/* Connect completed, set read/write timeouts back to default */
|
||||
|
||||
Reference in New Issue
Block a user