~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/archive.result

  • 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:
11452
11452
create table t1(a blob) engine=archive;
11453
11453
insert into t1 set a='';
11454
11454
insert into t1 set a='a';
11455
 
check table t1 extended;
 
11455
check table t1;
11456
11456
Table   Op      Msg_type        Msg_text
11457
11457
test.t1 check   status  OK
11458
11458
drop table t1;