summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index 7bd445088cf..01396ce12a1 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -701,7 +701,7 @@ int mysql_multi_update_prepare(THD *thd)
*/
List_iterator_fast<Item> it(*fields);
Item *item;
- while (item= it++)
+ while ((item= it++))
{
item->cleanup();
}