Commit 91ad19d2 authored by unknown's avatar unknown

Fixed comment

parent e442059c
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
/* /*
Stored procedures/functions cache. This is used as follows: Stored procedures/functions cache. This is used as follows:
* Each thread has its own cache. * Each thread has its own cache.
* Each sp_head object is put into its thread cache after creation and is * Each sp_head object is put into its thread cache before it is used, and
removed from there on its deletion. then remains in the cache until deleted.
*/ */
class sp_head; class sp_head;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment