Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-insert-id.html
The return value of mysql_insert_id() can be simplified to the following sequence: If there is an AUTO_INCREMENT column, and an automatically generated value was successfully inserted, return the first such value. uint64_t mysql_insert_id(MYSQL ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-query.html
int mysql_query(MYSQL *mysql, const char *stmt_str) Description Executes the SQL statement pointed to by the null-terminated string stmt_str. mysql_query() cannot be used for statements that contain binary data; you must use mysql_real_query() ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-6.html
MySQL NDB Cluster 8.4.6 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. NDB Cluster 8.4 source ...Functionality Added or Changed Bugs Fixed Functionality Added or Changed Timestamps in NDB node logs can now be printed with microsecond ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-5-0.html
This release can be used against MySQL Server version 8.0 and later. (Bug #42777, Bug #11751788) Bugs Fixed Rendering of PreparedStatement queries ,by replacing placeholders with the given parameters, failed to properly escape string values ... Note ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/internals/en/load-data-infile-events.html
The events indicate what options are present in the statement and how to process the data file. Historically, there seem to have been at least four event sequences for representing LOAD DATA INFILE operations. 1) In MySQL 3.23, there was only one ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
It contains methods for the following operations: Finding persistent instances by primary key Creating, updating, and deleting persistent instances Getting a query builder (see com.mysql.clusterj.query.QueryBuilder) Getting the current transaction ...The ClusterJ API depends on 4 main interfaces: Session, SessionFactory, Transaction, and ... This section ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
While the preferred method of database object creation and deletion is through the MySQL Server, NdbDictionary also permits the developer to perform these tasks through the NDB API. Tables and indexes created using NdbDictionary cannot be viewed ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
MySQL Error code: This is the corresponding MySQL Server error code. MySQL error codes are not discussed in this document; please see Server Error Message Reference, in the MySQL Manual, for information about these. Error code: This is an NDB API ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-activity-category.html
Have Atomic Builtins Indicates whether the server was built with atomic instructions. Buffer Pool Pages Flushed (Delta) The number of buffer pool page-flush requests. Buffer Pool Read Ahead Evicted (Delta) The number of pages read into the InnoDB ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-xaactivity-category.html
Table 6.47 XA Activity Metrics NameDescriptionLog Max Pages Used For the memory-mapped implementation of the log that is used by mysqld when it acts as the transaction coordinator for recovery of internal XA transactions, this variable indicates the ...Log Page Waits (Delta) For the memory-mapped implementation of the recovery log, this variable increments each time the server was not able to commit a transaction and had to wait for a free page in the ...