Search Results
https://dev.mysql.com/doc/mysql-installer/en/index.html
For notes detailing the changes in each release of MySQL Installer, see MySQL Installer Release Notes. Abstract This document describes MySQL Installer, an application that simplifies the installation and updating process for a wide range of MySQL ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-setup.html
Note Commercial-only MySQL products, such as MySQL Enterprise Backup, are available to select and install if you are using the Commercial version of MySQL Installer (see MySQL Installer Commercial Release). Note Installed MySQL products are neither ... Choosing a Setup Type Path Conflicts Check Requirements MySQL Installer Configuration Files When you download MySQL Installer for the first time, a setup wizard guides you through the initial installation of MySQL ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-operations.html
Note ClusterJ also supports multiple column ordered btree and unique hash indexes. To insert a new row into the table, first create a new instance of Employee. This can be accomplished by calling the Session method newInstance(), as shown here: ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-start.html
Thus you might execute a ClusterJ program MyClusterJApp in a manner similar to what is shown here: $> java -classpath /usr/local/mysql/share/mysql/java/clusterj.jar \ -Djava.library.path=/usr/local/mysql/lib MyClusterJApp Note The precise locations ... In this section, we discuss how to start ClusterJ applications and the ClusterJ application ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
Note This function returns the default connection string if no call to ndb_mgm_set_connectstring() has been performed. Note This function does not determine whether or not there is a “live” management server at the other end of the connection.
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-read.html
This example illustrates basic retrieval of one or more rows from an NDB table using the NdbRecord interface and an NdbScanOperation. We assume that you have already created and populated the basic table, perhaps using the row insertion example ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
Note The Ndb object is multithread safe in that each Ndb object can be handled by one thread at a time. (Bug #103814, Bug #32959894) Note When malloc() provides a buffer to this method, the buffer is explicitly aligned after it is allocated, and ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanoperation.html
Note If you do not transfer the records to another transaction, the locks on those records will be released the next time that the NDB Kernel is contacted for more records. Notes: Ordered indexes are distributed, with one ordered index for each ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
Note Executing this method could result in connections being made to many other nodes on the network, waiting for them to become ready, and making multiple requests to them. Note The following functions are part of the public API but are not ...