1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge bk-internal.mysql.com:/home/bk/mysql-5.1-engines

into  stella.local:/home2/mydev/mysql-5.1-bug31210
This commit is contained in:
istruewing@stella.local
2007-11-10 11:58:41 +01:00
17 changed files with 38 additions and 2 deletions

View File

@ -1095,6 +1095,7 @@ pthread_handler_t handle_one_connection(void *arg)
{
NET *net= &thd->net;
lex_start(thd);
if (login_connection(thd))
goto end_thread;