Oracle 5.0 Reference Manual page 1205

Table of Contents

Advertisement

You can use
two statements are equivalent:
SHOW INDEX FROM mytable FROM mydb;
SHOW INDEX FROM mydb.mytable;
The
clause can be given to select rows using more general conditions, as discussed in
WHERE
Section 19.18, "Extensions to
You can also list a table's indexes with the
13.7.5.19.
SHOW INNODB STATUS
SHOW INNODB STATUS
In MySQL 5.0, this is a deprecated synonym for
Section 13.7.5.12,
13.7.5.20.
SHOW LOGS
SHOW [BDB] LOGS
In MySQL 5.0, this is a deprecated synonym for
"SHOW ENGINE
13.7.5.21.
SHOW MASTER STATUS
SHOW MASTER STATUS
This statement provides status information about the binary log files of the master. It requires either the
[578]
SUPER
Example:
mysql>
SHOW MASTER STATUS;
+---------------+----------+--------------+------------------+
| File
+---------------+----------+--------------+------------------+
| mysql-bin.003 | 73
+---------------+----------+--------------+------------------+
13.7.5.22.
SHOW MUTEX STATUS
SHOW MUTEX STATUS
SHOW MUTEX STATUS
displays the following output fields:
Mutex
The mutex name. The name indicates the mutex purpose. For example, the
by the
InnoDB
mutex protects the
Module
The source file where the mutex is implemented.
indicates how many times the mutex was requested.
Count
Spin_waits
Spin_rounds
provides the average round count.)
as an alternative to the
db_name.tbl_name
SHOW
Syntax
"SHOW ENGINE
Syntax".
Syntax
Syntax".
Syntax
or
REPLICATION CLIENT
| Position | Binlog_Do_DB | Binlog_Ignore_DB |
| test
Syntax
displays
InnoDB
logging subsystem and indicates how intensive logging activity is. The
buffer pool.
InnoDB
indicates how many times the spinlock had to run.
indicates the number of spinlock rounds.
Syntax
SHOW
tbl_name FROM db_name
Statements".
mysqlshow -k db_name tbl_name
SHOW ENGINE INNODB
SHOW INNODB STATUS
SHOW ENGINE BDB
[577]
privilege.
| manual,mysql
mutex statistics. From MySQL 5.0.3 to 5.0.32, the statement
(spin_rounds
1185
syntax. These
command.
STATUS. See
is removed in MySQL 5.5.
LOGS. See
Section 13.7.5.12,
|
mutex is used
log_sys
buf_pool
divided by
spin_waits

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents