~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/analyze.result

  • Committer: Brian Aker
  • Date: 2010-02-19 01:53:48 UTC
  • mto: (1273.13.97 build)
  • mto: This revision was merged to the branch mainline in revision 1309.
  • Revision ID: brian@gaz-20100219015348-t1dv74unmbje8ndj
First pass through show indexs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
analyze table t1;
41
41
Table   Op      Msg_type        Msg_text
42
42
test.t1 analyze status  OK
43
 
show index from t1;
44
 
Table   Non_unique      Key_name        Seq_in_index    Column_name     Collation       Cardinality     Sub_part        Packed  Null    Index_type      Comment Index_Comment
45
 
t1      1       a       1       a       A       5       NULL    NULL    YES     BTREE           
46
43
drop table t1;
47
44
End of 4.1 tests
48
45
End of 5.0 tests