~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/std_data/mysqlmigrate_engines.dat

  • Committer: Olaf van der Spek
  • Date: 2011-07-07 13:41:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110707134107-6mi7pauiatxtf4oe
Rename strmake to strdup (standard name)

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