mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
manual.texi mysql_store_results() -> mysql_store_result()
Docs/manual.texi: mysql_store_results() -> mysql_store_result()
This commit is contained in:
parent
95e94560ea
commit
cf87803b09
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
structure.
|
||||
|
||||
@code{mysql_store_results()} 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).
|
||||
|
||||
@code{mysql_store_results()} 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
|
||||
@code{mysql_error()} doesn't return a null pointer, if
|
||||
@code{mysql_errno()} returns <> 0, or if @code{mysql_field_count()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue