From 91ad19d26c76250b1f0107fb69bab12d111f5858 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Aug 2005 10:12:31 +0000 Subject: Fixed comment --- sql/sp_cache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql') diff --git a/sql/sp_cache.h b/sql/sp_cache.h index 1ea71160a3a..14b2db97f5f 100644 --- a/sql/sp_cache.h +++ b/sql/sp_cache.h @@ -25,8 +25,8 @@ /* Stored procedures/functions cache. This is used as follows: * Each thread has its own cache. - * Each sp_head object is put into its thread cache after creation and is - removed from there on its deletion. + * Each sp_head object is put into its thread cache before it is used, and + then remains in the cache until deleted. */ class sp_head; -- cgit v1.2.1