Search Results
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-workflow.html
From this page, you can apply a filter to modify the Available Products list and then select one or more products to move (using arrow keys) to the Products To Be Installed list. MySQL Installer provides a wizard-like tool to install and configure ...
https://dev.mysql.com/doc/mysqld-version-reference/en/options-variables.html
The following table shows all the options and variables available in MySQL Server. Intr: The version or versions in which the item was introduced. Depr: The version or versions in which the item was deprecated. Removed: The version or versions in ...
https://dev.mysql.com/doc/mysqld-version-reference/en/optvar-changes-5-7.html
The following list details the changes to specific options and variables within MySQL 5.7.
https://dev.mysql.com/doc/mysqld-version-reference/en/optvar-changes-8-0.html
The following list details the changes to specific options and variables within MySQL 8.0.
https://dev.mysql.com/doc/ndbapi/en/ch04s03s01s01.html
ClusterJ provides these major interfaces for use by application programs: com.mysql.clusterj.SessionFactory, com.mysql.clusterj.Session, com.mysql.clusterj.Transaction, com.mysql.clusterj.query.QueryBuilder, and com.mysql.clusterj.Query.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-columns.html
This annotation is used for multi-column structures such as indexes and keys. 4.3.2.2.1 Synopsis @Target(value={java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjexception.html
For example, duplicate keys on insert, or record does not exist on delete. Applications can catch ClusterJException to be notified of all ClusterJ reported issues. User exceptions are caused by user error, for example providing a connect string that ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactoryservice.html
Table 4.77 getSessionFactory(Map<String, String>) Parameter Description props the properties for the session factory, in which the keys are defined in Constants and the values describe the environment return the session factory See Also ... This ...
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 ... This section discusses the ClusterJ API and the object model used to represent the data handled by the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-event.html
Setting it to true implies that events are merged as follows: For a given NdbEventOperation associated with this event, events on the same primary key within the same global checkpoint index (GCI) are merged into a single event. Event Class Overview ...