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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user