Skip to content

Commit

Permalink
Remove out-of-date comments
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Jun 27, 2014
1 parent c235de1 commit 36e86ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_update.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36e86ba

Please sign in to comment.