summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_load.cc')
-rw-r--r--sql/sql_load.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc
index b79a3b739d7..758ff88477b 100644
--- a/sql/sql_load.cc
+++ b/sql/sql_load.cc
@@ -283,8 +283,10 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
table->copy_blobs=0;
thd->count_cuted_fields=0; /* Don`t calc cuted fields */
- /* We must invalidate the table in query cache before binlog writing and
- ha_autocommit_... */
+ /*
+ We must invalidate the table in query cache before binlog writing and
+ ha_autocommit_...
+ */
query_cache_invalidate3(thd, table_list, 0);
if (error)