~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/truncate.rst

  • Committer: Lee Bieber
  • Date: 2011-02-14 18:29:36 UTC
  • mfrom: (2165.2.4 trunk-docs-fixes)
  • mto: This revision was merged to the branch mainline in revision 2168.
  • Revision ID: kalebral@gmail.com-20110214182936-1vclwus7iri5c3e7
Merge Andrew - 718224: Minor changes to migration docs needed 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TRUNCATE
2
2
========
3
3
 
4
 
FIXME: I don't think the below SERIAL/AUTO_INCREMENT thing below is true.
 
4
.. todo::
 
5
 
 
6
   I don't think the below SERIAL/AUTO_INCREMENT thing below is true.
5
7
 
6
8
This will delete all data in a table but unlike a DROP TABLE it will allow you to keep the table in your database. It deletes the rows but leaves all counters, such as a SERIAL, in place. ::
7
9