~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/analyze.rst

Merged Marisa: Docs fixes

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.