~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/mysqldump-max.test

  • Committer: Brian Aker
  • Date: 2009-07-12 00:49:18 UTC
  • mfrom: (1063.9.51 brian-tmp-fix)
  • Revision ID: brian@gaz-20090712004918-chprmyj387ex6l8a
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
--enable_warnings
7
7
 
8
8
create table t1 (id int, name varchar(32));
9
 
create table t2 (id int, name varchar(32)) ENGINE="MyISAM";
 
9
create table t2 (id int, name varchar(32)) ENGINE="ARCHIVE";
10
10
create table t3 (id int, name varchar(32)) ENGINE="MEMORY";
11
11
create table t4 (id int, name varchar(32)) ENGINE="HEAP";
12
12
# create table t5 (id int, name varchar(32)) ENGINE="ARCHIVE";