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

made lex a pointer in THD

This commit is contained in:
vva@eagle.mysql.r18.ru
2003-05-05 14:54:37 -04:00
parent 4e40725c24
commit afd581edd3
31 changed files with 219 additions and 217 deletions

View File

@ -183,7 +183,7 @@ my_bool mysqld_show_warnings(THD *thd, ulong levels_to_show)
DBUG_RETURN(1);
MYSQL_ERROR *err;
SELECT_LEX *sel= &thd->lex.select_lex;
SELECT_LEX *sel= &thd->lex->select_lex;
ha_rows offset= sel->offset_limit, limit= sel->select_limit;
Protocol *protocol=thd->protocol;