~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/getting_information.rst

  • Committer: patrick crews
  • Date: 2010-10-07 19:35:15 UTC
  • mto: (1819.2.4 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1825.
  • Revision ID: gleebix@gmail.com-20101007193515-jr6y1uz710lzte1o
Initial work on lp bug#656423 - remove use of 'mysql' from test-run tool.  Removed / substituted mtr->dtr mysql->drizzle.  Removed perl errors, but server won't start due to boost error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Obtaining Information on the Database Contents
2
 
==============================================
3
 
 
4
 
Drizzle provides two schema per catalog that provide information about the contents of the database, the state of the database instance, and additional user-centric information. In addition, Drizzle supports SHOW and DESCRIBE commands, which can be used to obtain additional information.
5
 
 
6
 
The INFORMATION_SCHEMA only contains data that the SQL standard requires. More information can be gained by the tables found in the DATA_DICTIONARY schema.
7
 
 
8
 
.. toctree::
9
 
   :maxdepth: 2
10
 
 
11
 
   data_dictionary
12
 
   information_schema
13
 
   show
14
 
   describe
15