Search Results
https://dev.mysql.com/doc/c-api/9.7/en/mysql-query.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_query(MYSQL *mysql, const char *stmt_str) Description Executes the SQL statement pointed to by the null-terminated string stmt_str. Normally, the string must consist ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-select-db.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_select_db(MYSQL *mysql, const char *db) Description Causes the database specified by db to become the default (current) database on the connection specified by mysql.
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-bind-result.html
When mysql_stmt_fetch() is called to fetch data, the MySQL client/server protocol places the data for the bound columns into the specified buffers. bool mysql_stmt_bind_result(MYSQL_STMT *stmt, MYSQL_BIND *bind) Description mysql_stmt_bind_result() ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-next-result.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_stmt_next_result(MYSQL_STMT *mysql) Description This function is used when you use prepared CALL statements to execute stored procedures, which can return multiple ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins-client-side.html
This is the “main” function, which handles communication with the server. Declare the client-side plugin descriptor with the mysql_declare_client_plugin() and mysql_end_client_plugin macros (see Section 4.4.2.3, “Client Plugin Descriptors”). (For descriptions, see Section 4.4.2.3, “Client Plugin Descriptors”.) Following the common members, the descriptor has an additional member specific to authentication ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-protocol-trace-plugins.html
MySQL supports the use of protocol trace plugins: client-side plugins that implement tracing of communication between a client and the server that takes place using the client/server protocol.
https://dev.mysql.com/doc/ndb-operator/9.7/en/crd-ndbclusterstatus.html
readyMySQLServers (string): The status of the MySQL servers attached to the NDB Cluster as SQL nodes. generatedRootPasswordSecretName (string): This is the name of the secret generated by the operator, used as the MySQL server root account password.
https://dev.mysql.com/doc/ndb-operator/9.7/en/tasks-access-outside-k8s.html
NDB management and SQL applications running outside the Kubernetes cluster can access the NDB Cluster running inside using the management server and SQL node services described previously; these services are of type LoadBalancer. A Kubernetes ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/news-9-5-0.html
MySQL NDB Cluster 9.5.0 is a new Innovation release of NDB Cluster, based on MySQL Server 9.6 and including features in version 9.5 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. (Bug ...NDB ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/9.7/en/news-9-0-0.html
It was removed due to a dependency on a version of the server which is also no longer available for download. MySQL Enterprise Backup 9.0.0 is the latest Innovation Release for MySQL Enterprise Backup, and supports MySQL Server 9.0.0 only. For other ...