~stewart/drizzle/embedded-innodb-rnd-read

« back to all changes in this revision

Viewing changes to tests/r/show_check.result

  • Committer: Stewart Smith
  • Date: 2010-03-30 13:09:42 UTC
  • mfrom: (1310.1.38)
  • Revision ID: stewart@flamingspork.com-20100330130942-859uivdm20p36sk3
Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
test.t1 check   status  OK
27
27
show index from t1;
28
28
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
29
 
def     data_dictionary show_indexes    show_indexes    Table   Table   8       256     2       N       1       0       45
30
 
def     data_dictionary show_indexes    show_indexes    Unique  Unique  8       20      5       N       1       0       45
31
 
def     data_dictionary show_indexes    show_indexes    Key_name        Key_name        8       256     7       N       1       0       45
32
 
def     data_dictionary show_indexes    show_indexes    Seq_in_index    Seq_in_index    5       20      1       N       32769   0       63
33
 
def     data_dictionary show_indexes    show_indexes    Column_name     Column_name     8       256     1       N       1       0       45
 
29
def     data_dictionary show_indexes    SHOW_INDEXES    Table   Table   8       256     2       N       1       0       45
 
30
def     data_dictionary show_indexes    SHOW_INDEXES    Unique  Unique  8       20      5       N       1       0       45
 
31
def     data_dictionary show_indexes    SHOW_INDEXES    Key_name        Key_name        8       256     7       N       1       0       45
 
32
def     data_dictionary show_indexes    SHOW_INDEXES    Seq_in_index    Seq_in_index    5       20      1       N       32769   0       63
 
33
def     data_dictionary show_indexes    SHOW_INDEXES    Column_name     Column_name     8       256     1       N       1       0       45
34
34
Table   Unique  Key_name        Seq_in_index    Column_name
35
35
t1      TRUE    PRIMARY 1       a
36
36
t1      FALSE   b       1       b
446
446
);
447
447
show index from t1;
448
448
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
449
 
def     data_dictionary show_indexes    show_indexes    Table   Table   8       256     2       N       1       0       45
450
 
def     data_dictionary show_indexes    show_indexes    Unique  Unique  8       20      4       N       1       0       45
451
 
def     data_dictionary show_indexes    show_indexes    Key_name        Key_name        8       256     7       N       1       0       45
452
 
def     data_dictionary show_indexes    show_indexes    Seq_in_index    Seq_in_index    5       20      1       N       32769   0       63
453
 
def     data_dictionary show_indexes    show_indexes    Column_name     Column_name     8       256     6       N       1       0       45
 
449
def     data_dictionary show_indexes    SHOW_INDEXES    Table   Table   8       256     2       N       1       0       45
 
450
def     data_dictionary show_indexes    SHOW_INDEXES    Unique  Unique  8       20      4       N       1       0       45
 
451
def     data_dictionary show_indexes    SHOW_INDEXES    Key_name        Key_name        8       256     7       N       1       0       45
 
452
def     data_dictionary show_indexes    SHOW_INDEXES    Seq_in_index    Seq_in_index    5       20      1       N       32769   0       63
 
453
def     data_dictionary show_indexes    SHOW_INDEXES    Column_name     Column_name     8       256     6       N       1       0       45
454
454
Table   Unique  Key_name        Seq_in_index    Column_name
455
455
t1      TRUE    PRIMARY 1       field1
456
456
drop table t1;