summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2013-10-05 13:48:45 +0400
committerSergey Petrunya <psergey@askmonty.org>2013-10-05 13:48:45 +0400
commit062b7bfa39ae418f1da85bef3d8968fc9d53569e (patch)
tree336dc8e11f955b89d92862477bdc8add8234d60d /sql/sql_update.cc
parentabcf14e595d35ebacb1d23cd4a6ced20080f8d4b (diff)
downloadmariadb-git-062b7bfa39ae418f1da85bef3d8968fc9d53569e.tar.gz
Better comments
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index 81e0f6c0ebe..db32ad2a0c5 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -314,8 +314,6 @@ int mysql_update(THD *thd,
my_error(ER_NON_UPDATABLE_TABLE, MYF(0), table_list->alias, "UPDATE");
DBUG_RETURN(1);
}
-
- //psergey-todo: Ugly, discuss with Sanja
query_plan.updating_a_view= test(table_list->view);
/* Calculate "table->covering_keys" based on the WHERE */