Documentation Home

8.14.2 线程命令值

线程可以具有以下任何 Command值:

  • Binlog Dump

    这是复制源上的一个线程,用于将二进制日志内容发送到副本。

  • Change user

    该线程正在执行更改用户操作。

  • Close stmt

    线程正在关闭准备好的语句。

  • Connect

    副本连接到它的源。

  • Connect Out

    副本正在连接到其源。

  • Create DB

    该线程正在执行创建数据库操作。

  • Daemon

    该线程在服务器内部,而不是为客户端连接提供服务的线程。

  • Debug

    线程正在生成调试信息。

  • Delayed insert

    该线程是延迟插入处理程序。

  • Drop DB

    The thread is executing a drop database operation.

  • Error

  • Execute

    The thread is executing a prepared statement.

  • Fetch

    The thread is fetching the results from executing a prepared statement.

  • Field List

    The thread is retrieving information for table columns.

  • Init DB

    The thread is selecting a default database.

  • Kill

    The thread is killing another thread.

  • Long Data

    The thread is retrieving long data in the result of executing a prepared statement.

  • Ping

    The thread is handling a server ping request.

  • Prepare

    The thread is preparing a prepared statement.

  • Processlist

    The thread is producing information about server threads.

  • Query

    The thread is executing a statement.

  • Quit

    The thread is terminating.

  • Refresh

    The thread is flushing table, logs, or caches, or resetting status variable or replication server information.

  • Register Slave

    The thread is registering a replica server.

  • Reset stmt

    The thread is resetting a prepared statement.

  • Set option

    The thread is setting or resetting a client statement execution option.

  • Shutdown

    The thread is shutting down the server.

  • Sleep

    The thread is waiting for the client to send a new statement to it.

  • Statistics

    The thread is producing server status information.

  • Time

    Unused.