~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/analyze.result

  • 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:
26
26
Table   Op      Msg_type        Msg_text
27
27
test.t1 check   status  OK
28
28
drop table t1;
29
 
create table t1 (a varchar(10), key key1(a)) collate utf8_general_ci engine myisam;
 
29
create TEMPORARY table t1 (a varchar(10), key key1(a)) collate utf8_general_ci engine myisam;
30
30
insert into t1 values ('hello');
31
31
analyze table t1;
32
32
Table   Op      Msg_type        Msg_text