Commit dc48aea3 authored by unknown's avatar unknown

Fix a merge error (4.1->5.0 merge from 2005)

parent 14ffc9ba
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment