https://dev.mysql.com/ldml-rules.html
This is a subset of the syntax described in the LDML specification available at http://www.unicode.org/reports/tr35/, which should be consulted for further information. MySQL recognizes a large enough subset of the syntax that, in many cases, it is ...
https://dev.mysql.com/lock-order-tool.html
The MySQL server is a multithreaded application that uses numerous internal locking and lock-related primitives, such as mutexes, rwlocks (including prlocks and sxlocks), conditions, and files. Within the server, the set of lock-related objects ...
https://dev.mysql.com/myisam-storage-engine.html
All numeric key values are stored with the high byte first to permit better index compression. MyISAM is based on the older (and no longer available) ISAM storage engine but has many useful extensions. Table 16.2 MyISAM Storage Engine Features ...
https://dev.mysql.com/mysql-cluster-configuration-overview.html
Important Values for numeric cluster parameters can generally be increased without any problems, although it is advisable to do so progressively, making such adjustments in relatively small increments. Each of the node parameter tables lists the ...
https://dev.mysql.com/mysql-cluster-installation.html
In the interest of simplicity (and reliability), this How-To uses only numeric IP addresses. This section describes the basics for planning, installing, configuring, and running an NDB Cluster. Whereas the examples in Section 22.3, “Configuration ...
https://dev.mysql.com/mysql-cluster-programs-ndb-mgmd.html
The management server is the process that reads the cluster configuration file and distributes this information to all nodes in the cluster that request it. Management clients can connect to the management server and check the cluster's status. The ...
https://dev.mysql.com/mysql-cluster-programs-ndb-redo-log-reader.html
Property Value Command-Line Format -mbyte # Type Numeric Default Value 0 Minimum Value 0 Maximum Value 15 -mbyte #: Starting megabyte. Reads a redo log file, checking it for errors, printing its contents in a human-readable format, or both.
https://dev.mysql.com/mysql-cluster-programs-ndb-setup-py.html
--debug-level=level, -d Property Value Command-Line Format --debug-level=level Type Enumeration Default Value WARNING Valid Values WARNINGDEBUGINFOERRORCRITICAL Set the Python logging module debug level. --port=#, -p Property Value Command-Line ...
https://dev.mysql.com/mysql-commands.html
mysql sends each SQL statement that you issue to the server to be executed. There is also a set of commands that mysql itself interprets. For a list of these commands, type help or \h at the mysql> prompt: mysql> help List of all MySQL commands: ...
https://dev.mysql.com/mysql-shell-tutorial-javascript-indexes-create.html
In the following example, the first parameter of the field() method specifies the Population field inside the demographics object and the next parameter indicates that the field should be indexed as an Integer numeric value. Indexes are used to ...