~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/regression/t/731189.test

  • Committer: Olaf van der Spek
  • Date: 2011-03-11 19:18:45 UTC
  • mfrom: (2229 staging)
  • mto: This revision was merged to the branch mainline in revision 2233.
  • Revision ID: olafvdspek@gmail.com-20110311191845-h7j1vvjdm5xykbv2
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE t3 (a int) replicate=FALSE;
 
2
SHOW CREATE TABLE t3;
 
3
DROP TABLE t3;