diff options
Diffstat (limited to 'sql/sql_delete.cc')
-rw-r--r-- | sql/sql_delete.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/sql_delete.cc b/sql/sql_delete.cc index 9c1743eeb12..ebb09b99df7 100644 --- a/sql/sql_delete.cc +++ b/sql/sql_delete.cc @@ -481,8 +481,10 @@ bool multi_delete::send_eof() /* reset used flags */ thd->proc_info="end"; - /* We must invalidate the query cache before binlog writing and - ha_autocommit_... */ + /* + We must invalidate the query cache before binlog writing and + ha_autocommit_... + */ if (deleted) query_cache_invalidate3(thd, delete_tables, 1); |