fixed typos

This commit is contained in:
bell@sanja.is.com.ua 2003-07-02 15:03:49 +03:00
parent feb425a9f2
commit 5cd54c6945

View File

@ -51,9 +51,9 @@ Item::Item():
thd->free_list= this; thd->free_list= this;
loop_id= 0; 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 command => we should check thd->lex.current_select on zero (thd->lex
can be uninitialized) can be uninitialised)
*/ */
if (thd->lex.current_select && if (thd->lex.current_select &&
thd->lex.current_select->parsing_place == SELECT_LEX_NODE::SELECT_LIST) thd->lex.current_select->parsing_place == SELECT_LEX_NODE::SELECT_LIST)