diff options
author | Monty <monty@mariadb.org> | 2018-10-09 19:08:16 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2018-12-09 20:49:05 +0200 |
commit | ae58cd6b87bf1f872093816691ebdd46bef50c7f (patch) | |
tree | 02fc330a4d1296fce819b7345eb5ef6cbc3061dd /sql/sql_cache.cc | |
parent | 9207a838ededa0d5f40129848de20a2075ab0e44 (diff) | |
download | mariadb-git-ae58cd6b87bf1f872093816691ebdd46bef50c7f.tar.gz |
Simple cleanups (no logic changes)
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r-- | sql/sql_cache.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc index 44211fca506..73bb4d7b7f7 100644 --- a/sql/sql_cache.cc +++ b/sql/sql_cache.cc @@ -276,8 +276,8 @@ functions: - Called before parsing and used to match a statement with the stored queries hash. If a match is found the cached result set is sent through repeated - calls to net_real_write. (note: calling thread doesn't have a regis- - tered result set writer: thd->net.query_cache_query=0) + calls to net_real_write. (note: calling thread does not have a + registered result set writer: thd->net.query_cache_query=0) 2. Query_cache::store_query - Called just before handle_select() and is used to register a result set writer to the statement currently being processed |