Search Results
https://dev.mysql.com/doc/c-api/9.7/en/null-mysql-store-result.html
The data could not be read (an error occurred on the connection). You can test for an error by calling mysql_error() or mysql_errno(). It is possible for mysql_store_result() to return NULL following a successful call to the server using ...
https://dev.mysql.com/doc/c-api/9.7/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. The C API provides low-level access to the MySQL ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/client-plugin-descriptors.html
The init function uses its first two arguments to return an error message if an error occurs. Each client plugin must have a descriptor that provides information to the client plugin API. The descriptor structure begins with a fixed set of members ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This document describes what you need to know when working ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins-proxy-users.html
If a match is required, the plugin likely will return an error. One of the capabilities that pluggable authentication makes possible is proxy users (see Proxy Users). For a server-side authentication plugin to participate in proxy user support, ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-information-schema-plugins.html
The initialization function should return 0 for success, 1 if an error occurs. The fill_table member should be set to a function that populates the table and returns 0 for success, 1 if an error occurs. This section describes how to write a ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-nl-sql.html
The routine automatically detects these errors, and retries the SQL generation until a syntactically valid SQL statement is generated, with a maximum of 3 generation attempts. The routine also runs the generated SQL statement and displays the result ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. See the MySQL AI License Information User Manual for ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This document contains release notes for the changes in ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/news-9-6-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Reporting of File Close errors has been improved. (Bug #38151265) Certain Transporter error messages did not include information on the source node. MySQL NDB Cluster 9.6.0 is ...