mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
spelling fixed/comments added (postreview fixes)
sql/mysqld.cc: spelling fixed sql/sql_base.cc: spelling fixed sql/sql_delete.cc: spelling fixed sql/sql_parse.cc: comments added sql/sql_prepare.cc: comments added sql/sql_update.cc: spelling fixed sql/sql_view.cc: spelling fixed sql/table.cc: spelling fixed
This commit is contained in:
@@ -374,7 +374,7 @@ bool mysql_multi_delete_prepare(THD *thd)
|
||||
Check are deleted table used somewhere inside subqueries.
|
||||
|
||||
Multi-delete can't be constructed over-union => we always have
|
||||
single SELECT on top and have to check underlaying SELECTs of it
|
||||
single SELECT on top and have to check underlying SELECTs of it
|
||||
*/
|
||||
for (SELECT_LEX_UNIT *un= lex->select_lex.first_inner_unit();
|
||||
un;
|
||||
|
||||
Reference in New Issue
Block a user