summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2004-09-17 15:40:38 +0200
committerpem@mysql.comhem.se <>2004-09-17 15:40:38 +0200
commit5b10e3e5b5192d2632ad7bc5e801bce942628279 (patch)
tree1a5856409767655746801aa6e8341de4da23b4f4 /sql/sql_cache.h
parentef31095c5cfca9f2b4a3aaa817022f9b11879752 (diff)
downloadmariadb-git-5b10e3e5b5192d2632ad7bc5e801bce942628279.tar.gz
Fixed BUG#3583: query cache doesn't work for stored procedures.
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h
index 432c7659aa5..b54bc4f7b7b 100644
--- a/sql/sql_cache.h
+++ b/sql/sql_cache.h
@@ -116,6 +116,7 @@ struct Query_cache_query
NET *wri;
ulong len;
uint8 tbls_type;
+ unsigned int last_pkt_nr;
inline void init_n_lock();
void unlock_n_destroy();