Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
63dcccd5
Commit
63dcccd5
authored
Nov 10, 2009
by
Davi Arnaut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport of Bug#37843 to mysql-next-mr
sql/sql_cache.cc: Swap return value description.
parent
c0779665
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
sql/sql_cache.cc
sql/sql_cache.cc
+5
-5
No files found.
sql/sql_cache.cc
View file @
63dcccd5
...
@@ -1332,8 +1332,8 @@ def_week_frmt: %lu, in_trans: %d, autocommit: %d",
...
@@ -1332,8 +1332,8 @@ def_week_frmt: %lu, in_trans: %d, autocommit: %d",
@param query_length Length of the statement in characters
@param query_length Length of the statement in characters
@return status code
@return status code
@retval
1
Query was not cached.
@retval
0
Query was not cached.
@retval
0
The query was cached and user was sent the result.
@retval
1
The query was cached and user was sent the result.
@retval -1 The query was cached but we didn't have rights to use it.
@retval -1 The query was cached but we didn't have rights to use it.
In case of -1, no error is sent to the client.
In case of -1, no error is sent to the client.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment