summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst Hunger <horst@mysql.com>2008-10-15 21:26:32 +0200
committerHorst Hunger <horst@mysql.com>2008-10-15 21:26:32 +0200
commit5ec1c1587f65c2d9deea6d17a6fac58f217bcdff (patch)
tree8d7c97d711940a31d28e65402c73da448d60fa38
parent8c0ffd24d3d5e86bc8aad28b338e08291c0299d6 (diff)
parentd0b8dd45559009c0afb18284f97cf9091d01822f (diff)
downloadmariadb-git-5ec1c1587f65c2d9deea6d17a6fac58f217bcdff.tar.gz
Merge to update the tree before a push.
-rw-r--r--sql/sql_insert.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc
index 8762d3dc8fa..b0dd0ae5f24 100644
--- a/sql/sql_insert.cc
+++ b/sql/sql_insert.cc
@@ -830,7 +830,6 @@ bool mysql_insert(THD *thd,TABLE_LIST *table_list,
info.copied=values_list.elements;
end_delayed_insert(thd);
}
- query_cache_invalidate3(thd, table_list, 1);
}
else
#endif