~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/std_data/mysqlmigrate_engines.dat

  • Committer: patrick crews
  • Date: 2011-01-03 22:05:17 UTC
  • mto: (2231.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2232.
  • Revision ID: gleebix@gmail.com-20110103220517-dr1hiugmlp29msn3
Updated test and result files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE t1 (a INT) ENGINE=MyISAM;
 
2
 
 
3
CREATE TABLE t2 (a INT) ENGINE=Innodb;
 
4
 
 
5
CREATE TABLE t3 (a INT) ENGINE=MEMORY;
 
6