~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/analyze.rst

  • Committer: Brian Aker
  • Date: 2010-10-22 14:29:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1872.
  • Revision ID: brian@tangent.org-20101022142931-uhy43hb33rasy0fg
Usage of find_temporary_table() to identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ANALYZE 
2
 
=======
3
 
 
4
 
ANALYZE TABLE table_name [, table_name] ...
5
 
 
6
 
ANALYZE TABLE read locks a table, and then analyzes and stores the key distribution for a table.