1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed BUG#3583: query cache doesn't work for stored procedures.

This commit is contained in:
pem@mysql.comhem.se
2004-09-17 15:40:38 +02:00
parent ef31095c5c
commit 5b10e3e5b5
7 changed files with 129 additions and 10 deletions

View File

@@ -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();