diff options
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r-- | sql/sql_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h index b47e2e9a43b..f2c33eff614 100644 --- a/sql/sql_cache.h +++ b/sql/sql_cache.h @@ -66,8 +66,8 @@ struct Query_cache_result; class Query_cache; /** - @brief This class represents a node in the linked chain of queries - belonging to one table. + This class represents a node in the linked chain of queries + belonging to one table. @note The root of this linked list is not a query-type block, but the table- type block which all queries has in common. |