~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/tests/t/drop.test

  • Committer: Brian Aker
  • Date: 2010-11-30 00:57:12 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101130005712-3rzkh5nl9pp340ad
First bit of create framework.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SELECT CREATE_CATALOG("foo");
 
2
SELECT DROP_CATALOG("foo");