mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 06:35:33 +02:00
THD::lex now points to THD::main_lex like in 5.0
All tests pass (client_test included)
This commit is contained in:
parent
c49773237d
commit
d37da004f6
33 changed files with 233 additions and 231 deletions
|
|
@ -185,7 +185,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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue