diff options
author | sergefp@mysql.com <> | 2005-08-10 21:17:02 +0000 |
---|---|---|
committer | sergefp@mysql.com <> | 2005-08-10 21:17:02 +0000 |
commit | fbab5fc5685076a43f52f55a1633207709ef953c (patch) | |
tree | 5dab1a0ca73f1e4942bf33d79a0b027bc008ab28 /sql/sp_cache.h | |
parent | b7474403d64ac63b5d677f604a0c0deae6e4e24d (diff) | |
download | mariadb-git-fbab5fc5685076a43f52f55a1633207709ef953c.tar.gz |
BUG#12228: Post review fixes: Added test case, code cleanup.
Diffstat (limited to 'sql/sp_cache.h')
-rw-r--r-- | sql/sp_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_cache.h b/sql/sp_cache.h index 402647db9ea..1021d17b9e2 100644 --- a/sql/sp_cache.h +++ b/sql/sp_cache.h @@ -46,7 +46,7 @@ class sp_cache; sp_cache_insert(); sp_cache_invalidate(); - 2.2 When not holding any sp_head* pointers (at query end): + 2.2 When not holding any sp_head* pointers: sp_cache_flush_obsolete(); 3. Before thread exit: |