summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-04-12 22:11:22 +0200
committerSergei Golubchik <serg@mariadb.org>2020-04-12 22:11:22 +0200
commit91e79dff54c00bc46c66c8e0fb73da8552e047d9 (patch)
tree98261b002ea118afb7d2720eef7365eefa1d1802 /sql/sql_update.cc
parentfcd84da5f112b84bec05db5ea59660e59cd2204b (diff)
downloadmariadb-git-91e79dff54c00bc46c66c8e0fb73da8552e047d9.tar.gz
cleanup: comments
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 f3ceb50c8c5..0b1313f02ab 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -2036,7 +2036,7 @@ int multi_update::prepare(List<Item> &not_used_values,
DBUG_RETURN(1);
/*
- Save tables beeing updated in update_tables
+ Save tables being updated in update_tables
update_table->shared is position for table
Don't use key read on tables that are updated
*/