mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
fixed typos
This commit is contained in:
parent
a03cf34f7f
commit
7db27aded2
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ Item::Item():
|
|||
thd->free_list= this;
|
||||
loop_id= 0;
|
||||
/*
|
||||
Item constractor can be called during execution other tnec SQL_COM
|
||||
Item constructor can be called during execution other tnen SQL_COM
|
||||
command => we should check thd->lex.current_select on zero (thd->lex
|
||||
can be uninitialized)
|
||||
can be uninitialised)
|
||||
*/
|
||||
if (thd->lex.current_select &&
|
||||
thd->lex.current_select->parsing_place == SELECT_LEX_NODE::SELECT_LIST)
|
||||
|
|
Loading…
Add table
Reference in a new issue