~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/archive.test

  • Committer: Brian Aker
  • Date: 2009-11-24 02:06:37 UTC
  • mfrom: (1223.1.7 push)
  • Revision ID: brian@gaz-20091124020637-9gb65vj98x1arydm
MergeĀ forĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1539
1539
create table t1(a blob) engine=archive;
1540
1540
insert into t1 set a='';
1541
1541
insert into t1 set a='a';
1542
 
check table t1 extended;
 
1542
check table t1;
1543
1543
drop table t1;
1544
1544
 
1545
1545
#