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

cleanup: comments referring to non-extistent Item classes

This commit is contained in:
Sergei Golubchik
2014-11-14 13:46:21 +01:00
parent 65f0a8d487
commit c4655cf862
12 changed files with 30 additions and 29 deletions

View File

@ -960,7 +960,7 @@ bool mysql_derived_reinit(THD *thd, LEX *lex, TABLE_LIST *derived)
derived->merged_for_insert= FALSE;
unit->unclean();
unit->types.empty();
/* for derived tables & PS (which can't be reset by Item_subquery) */
/* for derived tables & PS (which can't be reset by Item_subselect) */
unit->reinit_exec_mechanism();
unit->set_thd(thd);
DBUG_RETURN(FALSE);