Search Results
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-lifecycle.html
If the GTID has already been used, no error is raised, and the auto-skip function is used to ignore the transaction. A GTID is also assigned to the creation, alteration, or deletion of a database, and of a non-table database object such as a ... The ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-server-client-versions.html
The string and numeric forms of the MySQL server version are available at compile time as the values of the MYSQL_SERVER_VERSION and MYSQL_VERSION_ID macros, and at runtime as the values of the mysql_get_server_info() and mysql_get_server_version() ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-bind-param.html
The mysql_reset_connection() and mysql_change_user() functions also clear any currently defined attributes. name: The address of an array of character pointers, each pointing to a null-terminated string defining an attribute name. bool ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-sqlstate.html
const char * mysql_stmt_sqlstate(MYSQL_STMT *stmt) Description For the statement specified by stmt, mysql_stmt_sqlstate() returns a null-terminated string containing the SQLSTATE error code for the most recently invoked prepared statement API ...If ..."00000" means “no error.” The values are specified by ANSI SQL and ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-daemon-plugins.html
That directory contains the daemon_example.cc source file for a daemon plugin named daemon_example that writes a heartbeat string at regular intervals to a file named mysql-heartbeat.log in the data directory. This structure consists only of the ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-3.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Important Change: For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Cluster Manager has been updated to 3.0.15. (Bug #36954160) Client: ... Version 8.4.3 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The ResultSet.getBoolean() method now returns true/false for VARCHAR values of “T”/“F”. This patch restructures the synchronization to avoid locking on ubiquitous ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json-run.html
In the MySQL Shell API, the JSON import utility is a function of the util global object, and has the following signature: importJSON (path, options) path is a string specifying the file path for the file containing the JSON documents to be imported.
https://dev.mysql.com/doc/refman/8.4/en/mysql-migrate-keyring.html
--defaults-group-suffix=str Command-Line Format --defaults-group-suffix=str Type String Read not only the usual option groups, but also groups with the usual names and a suffix of str. --destination-keyring=name Command-Line Format ... The ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
The added GridView control produced a grid with three columns (Column0, Column1, and Column3) and the string abc in each cell of the grid. At this stage you have a website that will build, but further functionality is required. In this tutorial you ...