~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/analyze.rst

  • Committer: Marisa Plumb
  • Date: 2011-03-12 16:21:40 UTC
  • mto: (2235.2.4 build)
  • mto: This revision was merged to the branch mainline in revision 2237.
  • Revision ID: marisa.plumb@gmail.com-20110312162140-k76o00neop1tys4o
markup fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
.. code-block:: mysql
7
7
 
8
 
        ANALYZE TABLE table_name [, table_name] ...
 
8
        ANALYZE [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name] 
9
9
 
10
10
ANALYZE TABLE usually read locks a table, and then analyzes and stores
11
11
the key distribution for a table.