1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

after merging bugfix

This commit is contained in:
bell@sanja.is.com.ua
2002-10-03 16:35:08 +03:00
parent 4d705988d5
commit 48b2a76a48
7 changed files with 47 additions and 34 deletions

View File

@ -1265,7 +1265,7 @@ mysql_execute_command(THD *thd)
int res= 0;
LEX *lex= &thd->lex;
TABLE_LIST *tables= (TABLE_LIST*) lex->select_lex.table_list.first;
SELECT_LEX *select_lex= lex->select;
SELECT_LEX *select_lex= &lex->select_lex;
SELECT_LEX_UNIT *unit= &lex->unit;
DBUG_ENTER("mysql_execute_command");