summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
diff options
context:
space:
mode:
authorhf@deer.mysql.r18.ru <>2003-04-08 19:43:24 +0500
committerhf@deer.mysql.r18.ru <>2003-04-08 19:43:24 +0500
commit5d4e9f95f2bdaff5d57b217fbb788fcea0144734 (patch)
tree01d8c458001514d5c89684a3b748ad31483c8557 /sql/sql_cache.cc
parent462430ba558f047c8792ff577b45077aa332856a (diff)
parent0428d08606269faf5eddd5740b5f9e80abfacbe4 (diff)
downloadmariadb-git-5d4e9f95f2bdaff5d57b217fbb788fcea0144734.tar.gz
Merging
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r--sql/sql_cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc
index 664df11a968..4083249a022 100644
--- a/sql/sql_cache.cc
+++ b/sql/sql_cache.cc
@@ -2929,7 +2929,7 @@ void Query_cache::wreck(uint line, const char *message)
DBUG_PRINT("warning", ("%5d QUERY CACHE WRECK => DISABLED",line));
DBUG_PRINT("warning", ("=================================="));
if (thd)
- thd->killed = 1;
+ thd->killed= THD::KILL_CONNECTION;
cache_dump();
/* check_integrity(0); */ /* Can't call it here because of locks */
bins_dump();