PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.3Kb
Man Pages (Zip)
- 378.3Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-limitations-transactions.html
To avoid modification of the index during this double-read operation, the row found in the hidden index table is locked. A number of limitations exist in NDB Cluster with regard to the handling of transactions. The NDBCLUSTER storage engine ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbd-definition.html
This is due to the fact, during the execution of ALTER TABLE on a Cluster table, 3 times the number of attributes as in the original table are used, and a good practice is to permit double this amount. The [ndbd] and [ndbd default] sections are ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbinfo-config-values.html
The config_values table provides information about the current state of node configuration parameter values. Each row in the table corresponds to the current value of a parameter on a given node. The config_values table contains the following ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-mgm.html
The ndb_mgm management client process is actually not needed to run the cluster. Its value lies in providing a set of commands for checking the cluster's status, starting backups, and performing other administrative functions. The management client ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-restore.html
The password must be 1 to 256 characters in length, and must be enclosed by single or double quotation marks. The NDB Cluster restoration program is implemented as a separate command-line utility ndb_restore, which can normally be found in the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndbxfrm.html
The password must meet the requirements listed here: Uses any of the printable ASCII characters except !, ', ", $, %, \, `, and ^ Is no more than 256 characters in length Is enclosed by single or double quotation marks Note This option cannot be ...
https://dev.mysql.com/doc/refman/9.7/en/mysqladmin.html
On Windows, be sure to use double quotation marks rather than single quotation marks; single quotation marks are not stripped from the password, but rather are interpreted as part of the password. You can use it to check the server's configuration ...
https://dev.mysql.com/doc/refman/9.7/en/mysqlimport.html
(You might have to double the backslashes, depending on the escaping conventions of your command interpreter.) See Section 15.2.9, “LOAD DATA Statement”. The mysqlimport client provides a command-line interface to the LOAD DATA SQL statement.
https://dev.mysql.com/doc/refman/9.7/en/optimizer-hints.html
If the ANSI_QUOTES SQL mode is enabled, it is also possible to quote query block names within double quotation marks: SELECT /*+ BKA(@"my hint name") */ ... One means of control over optimizer strategies is to set the optimizer_switch system ...
https://dev.mysql.com/doc/refman/9.7/en/option-files.html
The value optionally can be enclosed within single quotation marks or double quotation marks, which is useful if the value contains a # comment character. Most MySQL programs can read startup options from option files (sometimes called ...