1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

spelling fixed/comments added (postreview fixes)

This commit is contained in:
bell@sanja.is.com.ua
2004-11-25 09:28:32 +02:00
parent 69ec6a4592
commit a1cac9687e
8 changed files with 11 additions and 7 deletions

View File

@@ -2883,11 +2883,13 @@ create_error:
(ORDER *) select_lex->order_list.first,
select_lex->select_limit,
lex->duplicates));
/* mysql_update return 2 if we need to switch to multi-update */
if (result != 2)
break;
case SQLCOM_UPDATE_MULTI:
{
DBUG_ASSERT(first_table == all_tables && first_table != 0);
/* if we switched from normal update, rights are checked */
if (result != 2)
{
if ((res= multi_update_precheck(thd, all_tables)))