summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2014-06-27 15:39:44 +0400
committerSergei Petrunia <psergey@askmonty.org>2014-06-27 15:39:44 +0400
commit36e86bac72ca42ba6537211f39dd0556d5dc1084 (patch)
tree85ab0b0ad55b8fa3cda47ff8c1cf8d3225ec6fc0
parentc235de12ae3723b96944337bd89ad9cc87f21d8f (diff)
downloadmariadb-git-36e86bac72ca42ba6537211f39dd0556d5dc1084.tar.gz
Remove out-of-date comments
-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 d71afe8eab0..faf8e4c61d2 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -673,7 +673,7 @@ int mysql_update(THD *thd,
select= new SQL_SELECT;
select->head=table;
}
- //psergey-todo: disable SHOW EXPLAIN because the plan was deleted?
+
if (reinit_io_cache(&tempfile,READ_CACHE,0L,0,0))
error=1; /* purecov: inspected */
select->file=tempfile; // Read row ptrs from this file