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

@ -2597,7 +2597,7 @@ void reinit_stmt_before_use(THD *thd, LEX *lex)
SELECT_LEX_UNIT *unit= sl->master_unit();
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);
}