1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Manual merge from mysql-5.1.

This commit is contained in:
Ramil Kalimullin
2011-08-09 11:42:07 +04:00
47 changed files with 832 additions and 210 deletions

View File

@ -360,6 +360,7 @@ void lex_start(THD *thd)
lex->server_options.port= -1;
lex->is_lex_started= TRUE;
lex->used_tables= 0;
DBUG_VOID_RETURN;
}