~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/analyze.result

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-13 01:03:01 UTC
  • mto: (1126.9.2 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090913010301-tcvvezipx1124acy
Added calls to the dtrace delete begin/end probes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
Table   Op      Msg_type        Msg_text
42
42
test.t1 analyze status  OK
43
43
show index from t1;
44
 
Table   Unique  Key_name        Seq_in_index    Column_name
45
 
t1      FALSE   a       1       a
 
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
46
drop table t1;
47
47
End of 4.1 tests
48
48
End of 5.0 tests