~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/drop_schema.rst

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:19:29 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051929-konk4i4ac2dv8gp6
add a small note about isolation of DROP SCHEMA from other txns.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
on them. It then removes the schema itself from the catalog that owned it.
6
6
 
7
7
DROP SCHEMA schema_name
 
8
 
 
9
Most storage engines do not have transactional DDL that is isolated from
 
10
other transactions, so the incomplete effects of DROP SCHEMA will be viewable by
 
11
other transactions.