diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-04-12 22:11:22 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-04-12 22:11:22 +0200 |
commit | 91e79dff54c00bc46c66c8e0fb73da8552e047d9 (patch) | |
tree | 98261b002ea118afb7d2720eef7365eefa1d1802 /sql/sql_update.cc | |
parent | fcd84da5f112b84bec05db5ea59660e59cd2204b (diff) | |
download | mariadb-git-91e79dff54c00bc46c66c8e0fb73da8552e047d9.tar.gz |
cleanup: comments
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
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> ¬_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 */ |