~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/drop_table.rst

  • Committer: Toru Maesaka
  • Date: 2009-05-18 06:07:03 UTC
  • mto: (1054.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1056.
  • Revision ID: dev@torum.net-20090518060703-5d2f2luyqaho10yq
Add memory allocation check and fix SEGV problem caused in statement_cleanup() by using calloc. This is temporary, the query statement list should be migrated to a proper container like std::vector

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DROP TABLE
2
 
===========
3
 
 
4
 
DROP TABLE removes a table from a schema once all queries or DML have ceased
5
 
on the given table. :: 
6
 
 
7
 
        DROP TABLE [ IF EXISTS ] table_name
 
 
b'\\ No newline at end of file'