PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
Displaying 51 to 57
of 57 total results
- « Previous
- 4
- 5
- 6
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndbd.html
In addition, a watch-dog thread supervises the execution thread to make sure that it does not hang in an endless loop. The ndbd binary provides the single-threaded version of the process that is used to handle all the data in tables employing the ...
https://dev.mysql.com/doc/refman/5.7/en/keywords.html
Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. This may also be true for the names of built-in functions. Reserved words are permitted as ...
https://dev.mysql.com/doc/refman/5.7/en/kill.html
In most cases, it might take some time for the thread to die because the kill flag is checked only at specific intervals: During SELECT operations, for ORDER BY and GROUP BY loops, the flag is checked after reading a block of rows. KILL [CONNECTION ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html
ndb_index_stat_option Command-Line Format --ndb-index-stat-option=value System Variable ndb_index_stat_option Scope Global, Session Dynamic Yes Type String Default Value loop_checkon=1000ms,loop_idle=1000ms,loop_busy=100ms, ... This section provides ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-ndbd-definition.html
(NDB 7.5.0) To prevent the main thread from getting stuck in an endless loop at some point, a “watchdog” thread checks the main thread. The [ndbd] and [ndbd default] sections are used to configure the behavior of the cluster's data nodes.
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-logs-cluster-log.html
The following table lists the most common NDB cluster log messages. For information about the cluster log, log events, and event types, see Section 21.6.3, “Event Reports Generated in NDB Cluster”. These log messages also correspond to log ...
https://dev.mysql.com/doc/refman/5.7/en/myisam-repair.html
(This should not be an endless loop.) You can also use the REPAIR TABLE tbl_name USE_FRM SQL statement, which performs the whole procedure automatically. The discussion in this section describes how to use myisamchk on MyISAM tables (extensions ...