~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/constraints.result

  • Committer: Brian Aker
  • Date: 2010-04-05 23:46:43 UTC
  • Revision ID: brian@gaz-20100405234643-0he3xnj902rc70r8
Fixing tests to work with PBXT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  UNIQUE KEY `constraint_1` (`a`),
26
26
  UNIQUE KEY `key_1` (`a`),
27
27
  UNIQUE KEY `key_2` (`a`)
28
 
) ENGINE=InnoDB
 
28
) ENGINE=DEFAULT
29
29
drop table t1;