No cache version.

Caching disabled. Default setting for this page:enabled (code DEF204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher dans le manuel MySQL

22.5.10.42 The ndbinfo threads Table

The threads table provides information about threads running in the NDB kernel.

The following table provides information about the columns in the threads table. For each column, the table shows the name, data type, and a brief description. Additional information can be found in the notes following the table.

Table 22.418 Columns of the threads table

Column Name Type Description
node_id integer ID of the node where the thread is running
thr_no integer Thread ID (specific to this node)
thread_name string Thread name (type of thread)
thread_description string Thread (type) description

Sample output from a 2-node example cluster, including thread descriptions, is shown here:

  1. mysql> SELECT * FROM threads;
  2. +---------+--------+-------------+------------------------------------------------------------------+
  3. | node_id | thr_no | thread_name | thread_description                                               |
  4. +---------+--------+-------------+------------------------------------------------------------------+
  5. |       5 |      0 | main        | main thread, schema and distribution handling                    |
  6. |       5 |      1 | rep         | rep thread, asynch replication and proxy block handling          |
  7. |       5 |      2 | ldm         | ldm thread, handling a set of data partitions                    |
  8. |       5 |      3 | recv        | receive thread, performing receive and polling for new receives |
  9. |       6 |      0 | main        | main thread, schema and distribution handling                    |
  10. |       6 |      1 | rep         | rep thread, asynch replication and proxy block handling          |
  11. |       6 |      2 | ldm         | ldm thread, handling a set of data partitions                    |
  12. |       6 |      3 | recv        | receive thread, performing receive and polling for new receives |
  13. +---------+--------+-------------+------------------------------------------------------------------+
  14. 8 rows in set (0.01 sec)

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph