Search Results
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-setup.html
Execute – Have MySQL Installer attempt to download and install the required software for all items without a manual status. Choosing a Setup Type Path Conflicts Check Requirements MySQL Installer Configuration Files When you download MySQL ...
https://dev.mysql.com/doc/mysql-installer/en/preface.html
Access to Oracle Support for Accessibility Oracle customers that have purchased support have access to electronic support through My Oracle Support. This document describes MySQL Installer, an application that simplifies the installation and ...
https://dev.mysql.com/doc/mysqld-version-reference/en/preface.html
Access to Oracle Support for Accessibility Oracle customers that have purchased support have access to electronic support through My Oracle Support. License Restrictions This software and related documentation are provided under a license agreement ...
https://dev.mysql.com/doc/ndbapi/en/mccj-getting.html
Note You can skip the tests that takes place towards the end of the installation process by adding the option skipTests to the command: mvn install -DskipTests This prevents your installation from failing because you have not yet set up the testing ... This section discusses how to obtain ClusterJ sources and binaries, and how to compile, install, and get started with ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-operations.html
Values that you have not specified are stored with their Java default values (0 for integral types, 0.0 for numeric types, and null for reference types). For some operations—find, insert, delete, and update—it is more efficient to tell the ...To ...
https://dev.mysql.com/doc/ndbapi/en/mgm-structures.html
This section provides information about the data structures defined by the MGM API. The ndb_logevent Structure The ndb_mgm_node_state Structure The ndb_mgm_node_state2 Structure The ndb_mgm_cluster_state Structure The ndb_mgm_cluster_state2 ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-basic.html
*/ if (-1 == myTrans->execute(NdbTransaction::Commit)) APIERROR(myTrans->getNdbError()); myNdb->closeTransaction(myTrans); /* Our fetch callback will have been called during the execute(). This example illustrates the manipulation of a blob column ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
*/ if (-1 == myTrans->execute(NdbTransaction::Commit)) APIERROR(myTrans->getNdbError()); myNdb->closeTransaction(myTrans); /* Our fetch callback will have been called during the execute(). This example illustrates the manipulation of a blob column ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-recattr-vs-ndbrecord.html
This example illustrates the key differences between the old-style NdbRecAttr API and the newer approach using NdbRecord when performing some common tasks in an NDB API application. The source code can be found can be found in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexscanoperation.html
To add more than one range, the index scan operation must have been defined with the SF_MultiRange flag set. “Old” API usage (prior to introduction of NdbRecord) Each index key can have a lower bound, upper bound, or both. NdbIndexScanOperation ...