Oracle 5.0 Reference Manual page 755

Table of Contents

Advertisement

Copying to tmp table
The server is copying to a temporary table in memory.
Copying to tmp table on disk
The server is copying to a temporary table on disk. The temporary result set has become too large
(see
Section 8.8.5, "How MySQL Uses Internal Temporary
changing the temporary table from in-memory to disk-based format to save memory.
Creating index
The thread is processing
Creating sort index
The thread is processing a
creating table
The thread is creating a table. This includes creation of temporary tables.
Creating tmp table
The thread is creating a temporary table in memory or on disk. If the table is created in memory
but later is converted to an on-disk table, the state during that operation will be
table on
disk.
deleting from main table
The server is executing the first part of a multiple-table delete. It is deleting only from the first table,
and saving columns and offsets to be used for deleting from the other (reference) tables.
deleting from reference tables
The server is executing the second part of a multiple-table delete and deleting the matched rows
from the other tables.
discard_or_import_tablespace
The thread is processing an
IMPORT TABLESPACE
end
This occurs at the end but before the cleanup of
SELECT, or
UPDATE
executing
The thread has begun executing a statement.
Execution of init_command
The thread is executing statements in the value of the
freeing items
The thread has executed a command. Some freeing of items done during this state involves the
query cache. This state is usually followed by
Flushing tables
The thread is executing
General Thread States
ALTER TABLE ... ENABLE KEYS
that is resolved using an internal temporary table.
SELECT
ALTER TABLE ... DISCARD TABLESPACE
statement.
statements.
and is waiting for all threads to close their tables.
FLUSH TABLES
735
Tables"). Consequently, the thread is
for a
MyISAM
ALTER
TABLE,
CREATE
init_command
cleaning
up.
table.
Copying to tmp
or
ALTER TABLE ...
VIEW, DELETE, INSERT,
system variable.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents