# At a local mysql-6.0 repository of davi
2672 Davi Arnaut 2008-07-03
Bug#37843 Comment for Query_cache::send_result_to_client is wrong
Correct wrong description of the Query_cache::send_result_to_client
function.
modified:
sql/sql_cache.cc
per-file messages:
sql/sql_cache.cc
Swap return value description.
=== modified file 'sql/sql_cache.cc'
--- a/sql/sql_cache.cc 2008-06-28 11:00:59 +0000
+++ b/sql/sql_cache.cc 2008-07-03 18:41:38 +0000
@@ -1177,8 +1177,8 @@ end:
to the user.
RESULTS
- 1 Query was not cached.
- 0 The query was cached and user was sent the result.
+ 1 The query was cached and user was sent the result.
+ 0 Query was not cached.
-1 The query was cached but we didn't have rights to use it.
No error is sent to the client yet.
| Thread |
|---|
| • bzr commit into mysql-6.0 branch (davi:2672) Bug#37843 | Davi Arnaut | 3 Jul |