~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/show.rst

  • Committer: Brian Aker
  • Date: 2010-11-08 18:24:58 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1916.
  • Revision ID: brian@tangent.org-20101108182458-twv4hyix43ojno80
Merge in changes such that lock is now broken out into its own directory.

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