diff options
author | sergefp@mysql.com <> | 2005-08-03 10:12:31 +0000 |
---|---|---|
committer | sergefp@mysql.com <> | 2005-08-03 10:12:31 +0000 |
commit | 0fc51d200323796579cb6ec46e1b937f1c8febb2 (patch) | |
tree | 9f5e0ee8c782186c151d454814bae75f2daf1283 /sql/sp_cache.h | |
parent | f595847ec08e59199302b22ff71e63ce3164a809 (diff) | |
download | mariadb-git-0fc51d200323796579cb6ec46e1b937f1c8febb2.tar.gz |
Fixed comment
Diffstat (limited to 'sql/sp_cache.h')
-rw-r--r-- | sql/sp_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |