summaryrefslogtreecommitdiff
path: root/sql/sp_cache.h
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2004-03-22 14:44:41 +0100
committerpem@mysql.comhem.se <>2004-03-22 14:44:41 +0100
commit5476eb0709c3a109fc47e1f7434ff196c5ec366b (patch)
treee2093fe206e23fb00b58e65431a5409e74f2751e /sql/sp_cache.h
parent13987057f64b97776e9491447186bebc54ee1439 (diff)
downloadmariadb-git-5476eb0709c3a109fc47e1f7434ff196c5ec366b.tar.gz
WL#1366: Use the schema (db) associated with an SP.
Phase 4 (final): Remove associated stored procedures when a database is dropped.
Diffstat (limited to 'sql/sp_cache.h')
-rw-r--r--sql/sp_cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sp_cache.h b/sql/sp_cache.h
index 253e9b11588..754a987090e 100644
--- a/sql/sp_cache.h
+++ b/sql/sp_cache.h
@@ -40,6 +40,9 @@ sp_head *sp_cache_lookup(sp_cache **cp, sp_name *name);
/* Remove an SP from cache. Returns true if something was removed */
bool sp_cache_remove(sp_cache **cp, sp_name *name);
+/* Invalidate a cache */
+void sp_cache_invalidate();
+
/*
*