General Thread States
734
The thread is waiting for the client to send a new statement to it.
•
Statistics
The thread is producing server-status information.
•
Table Dump
The thread is sending table contents to a slave server.
•
Time
Unused.
8.10.2. General Thread States
The following list describes thread
State
values that are associated with general query processing
and not more specialized activities such as replication. Many of these are useful only for finding bugs in
the server.
•
After create
This occurs when the thread creates a table (including internal temporary tables), at the end of the
function that creates the table. This state is used even if the table could not be created due to some
error.
•
Analyzing
The thread is calculating a
MyISAM
table key distributions (for example, for
ANALYZE TABLE
).
•
checking permissions
The thread is checking whether the server has the required privileges to execute the statement.
•
Checking table
The thread is performing a table check operation.
•
cleaning up
The thread has processed one command and is preparing to free memory and reset certain state
variables.
•
closing tables
The thread is flushing the changed table data to disk and closing the used tables. This should be a
fast operation. If not, you should verify that you do not have a full disk and that the disk is not in very
heavy use.
•
converting HEAP to MyISAM
The thread is converting an internal temporary table from a
MEMORY
table to an on-disk
MyISAM
table.
•
copy to tmp table
The thread is processing an
ALTER TABLE
statement. This state occurs after the table with the new
structure has been created but before rows are copied into it.
•
Copying to group table
If a statement has different
ORDER BY
and
GROUP BY
criteria, the rows are sorted by group and
copied to a temporary table.
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...