~skinny.moey/drizzle/transaction_id_innodb

« back to all changes in this revision

Viewing changes to docs/show.rst

  • Committer: Joseph Daly
  • Date: 2010-10-29 00:12:38 UTC
  • mfrom: (1856.2.32 merge)
  • Revision ID: skinny.moey@gmail.com-20101029001238-y6dxgjv9eam7uc2a
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SHOW
 
2
=====
 
3
 
 
4
All show commans are mapped to table functions in Drizzle. More data can be
 
5
gained by exeucting queries directly on the tables found either the
 
6
DATA_DICTIONARY or the INFORMATION_SCHEMA.
 
7
 
 
8
SHOW SCHEMAS
 
9
 
 
10
SHOW TABLES
 
11
 
 
12
SHOW TEMPORARY TABLES
 
13
 
 
14
SHOW TABLE STATUS
 
15
 
 
16
 
 
17
SHOW COLUMNS FROM table_name 
 
18
 
 
19
SHOW INDEXES from table_name
 
20
 
 
21
 
 
22
SHOW WARNINGS
 
23
 
 
24
SHOW ERRORS
 
25
 
 
26
SHOW CREATE SCHEMA schema_name
 
27
 
 
28
SHOW CREATE TABLE table_name
 
29
 
 
30
SHOW PROCESSLIST