~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/explain.result

Phase 1 - temporal changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
explain select 1;
80
80
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
81
81
def                                     id      5       3       1       N       32897   0       63
82
 
def                                     select_type     9       76      6       N       1       31      45
83
 
def                                     table   9       256     0       Y       0       31      45
84
 
def                                     type    9       40      0       Y       0       31      45
85
 
def                                     possible_keys   9       16384   0       Y       0       31      45
86
 
def                                     key     9       256     0       Y       0       31      45
87
 
def                                     key_len 9       1280    0       Y       0       31      45
88
 
def                                     ref     9       4096    0       Y       0       31      45
 
82
def                                     select_type     8       76      6       N       1       31      45
 
83
def                                     table   8       256     0       Y       0       31      45
 
84
def                                     type    8       40      0       Y       0       31      45
 
85
def                                     possible_keys   8       16384   0       Y       0       31      45
 
86
def                                     key     8       256     0       Y       0       31      45
 
87
def                                     key_len 8       1280    0       Y       0       31      45
 
88
def                                     ref     8       4096    0       Y       0       31      45
89
89
def                                     rows    5       10      0       Y       32896   0       63
90
 
def                                     Extra   9       1020    14      N       1       31      45
 
90
def                                     Extra   8       1020    14      N       1       31      45
91
91
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
92
92
1       SIMPLE  NULL    NULL    NULL    NULL    NULL    NULL    NULL    No tables used
93
93
End of 5.2 tests.