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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
17abb42f
Commit
17abb42f
authored
Nov 30, 2001
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi mysql_store_results() -> mysql_store_result()
parent
8a861707
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Docs/manual.texi
Docs/manual.texi
+2
-2
No files found.
Docs/manual.texi
View file @
17abb42f
...
@@ -41017,10 +41017,10 @@ use @code{mysql_field_count()} to check for this.
...
@@ -41017,10 +41017,10 @@ use @code{mysql_field_count()} to check for this.
allocates a @code{MYSQL_RES} structure, and places the result into this
allocates a @code{MYSQL_RES} structure, and places the result into this
structure.
structure.
@code{mysql_store_result
s
()} returns a null pointer if the query didn't return
@code{mysql_store_result()} returns a null pointer if the query didn't return
a result set (if the query was, for example, an @code{INSERT} statement).
a result set (if the query was, for example, an @code{INSERT} statement).
@code{mysql_store_result
s
()} also returns a null pointer if reading of the
@code{mysql_store_result()} also returns a null pointer if reading of the
result set failed. You can check if you got an error by checking if
result set failed. You can check if you got an error by checking if
@code{mysql_error()} doesn't return a null pointer, if
@code{mysql_error()} doesn't return a null pointer, if
@code{mysql_errno()} returns <> 0, or if @code{mysql_field_count()}
@code{mysql_errno()} returns <> 0, or if @code{mysql_field_count()}
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