From d13d8aa00eed069f1f2454ceb6a12b3158b4796a Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 14 Feb 2003 22:20:38 +0200 Subject: fixed invalidation of query cache on LOAD DATA mysql-test/r/query_cache.result: test of LOAD DATA mysql-test/t/query_cache.test: test of LOAD DATA --- sql/sql_load.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_load.cc') diff --git a/sql/sql_load.cc b/sql/sql_load.cc index c1c6267879e..ba62b1d5c20 100644 --- a/sql/sql_load.cc +++ b/sql/sql_load.cc @@ -336,6 +336,7 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list, } if (transactional_table) error=ha_autocommit_or_rollback(thd,error); + query_cache_invalidate3(thd, table_list, 0); err: if (thd->lock) -- cgit v1.2.1