mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02: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:
parent
a352372170
commit
7108deee6e
8 changed files with 11 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue