1
0
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:
kostja@bodhi.local
2007-02-19 15:48:00 +03:00
parent f97d10d236
commit 99354e557c

View File

@@ -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 */