1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merged patch from Percona to get proper fix for compilation issue of srv0srv.c on Solaris

sql/sql_cache.cc:
  Fixed wrong comment
This commit is contained in:
Michael Widenius
2010-01-12 19:31:11 +02:00
parent fafe55c17a
commit 2cc3fc2713
2 changed files with 11 additions and 7 deletions

View File

@ -1306,8 +1306,8 @@ end:
to the user.
RESULTS
1 Query was not cached.
0 The query was cached and user was sent the result.
0 Query was not cached.
1 The query was cached and user was sent the result.
-1 The query was cached but we didn't have rights to use it.
No error is sent to the client yet.