diff options
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index 28b9fe7eacd..84adfc2c3f5 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -1394,7 +1394,10 @@ bool mysql_multi_update(THD *thd, thd->abort_on_warning= test(thd->variables.sql_mode & (MODE_STRICT_TRANS_TABLES | MODE_STRICT_ALL_TABLES)); - +/* + psergey-explain-todo: + This is the place where EXPLAIN <multi-table-update> should be handled. +*/ List<Item> total_list; res= mysql_select(thd, &select_lex->ref_pointer_array, |