Oracle 5.0 Reference Manual page 1207

Table of Contents

Advertisement

The table name.
In_use
The number of table locks or lock requests there are for the table. For example, if one client acquires
a lock for a table using
TABLE t1 WRITE
the lock request causes
being used.
HANDLER ...
Name_locked
Whether the table name is locked. Name locking is used for operations such as dropping or
renaming tables.
13.7.5.24.
SHOW PRIVILEGES
SHOW PRIVILEGES
SHOW PRIVILEGES
of privileges depends on the version of your server.
mysql>
SHOW PRIVILEGES\G
*************************** 1. row ***************************
Privilege: Alter
Context: Tables
Comment: To alter the table
*************************** 2. row ***************************
Privilege: Alter routine
Context: Functions,Procedures
Comment: To alter or drop stored functions/procedures
*************************** 3. row ***************************
Privilege: Create
Context: Databases,Tables,Indexes
Comment: To create new databases and tables
*************************** 4. row ***************************
Privilege: Create routine
Context: Databases
Comment: To use CREATE FUNCTION/PROCEDURE
*************************** 5. row ***************************
Privilege: Create temporary tables
Context: Databases
Comment: To use CREATE TEMPORARY TABLE
...
Privileges belonging to a specific user are displayed by the
Section 13.7.5.17,
13.7.5.25.
SHOW PROCEDURE CODE
SHOW PROCEDURE CODE
This statement is a MySQL extension that is available only for servers that have been built with
debugging support. It displays a representation of the internal implementation of the named stored
procedure. A similar statement,
(see
Section 13.7.5.15,
Both statements require that you be the owner of the routine or have
mysql.proc
If the named routine is available, each statement produces a result set. Each row in the result set
corresponds to one "instruction" in the routine. The first column is Pos, which is an ordinal number
LOCK TABLE t1
while the table remains locked, the client will block waiting for the lock, but
to be 2. If the count is zero, the table is open but not currently
In_use
is also increased by the
In_use
CLOSE.
Syntax
shows the list of system privileges that the MySQL server supports. The exact list
"SHOW GRANTS
Syntax", for more information.
Syntax
proc_name
SHOW FUNCTION
"SHOW FUNCTION CODE
table.
Syntax
SHOW
will be 1. If another client issues
WRITE,
In_use
HANDLER ... OPEN
SHOW GRANTS
CODE, displays information about stored functions
Syntax").
1187
statement and decreased by
statement. See
access to the
SELECT
LOCK

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents