~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/clef.result

  • Committer: Stewart Smith
  • Date: 2009-06-16 00:44:04 UTC
  • mto: (1119.2.6 merge)
  • mto: This revision was merged to the branch mainline in revision 1124.
  • Revision ID: stewart@flamingspork.com-20090616004404-a1e0a18g57ztxhkq
make clef test not leave tables behind after running

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
DROP DATABASE 𝄢;
17
17
CREATE DATABASE `𝄢`;
18
18
DROP DATABASE `𝄢`;
 
19
DROP TABLE t1;