~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/show_check.result

Merged Eric from lp:~eday/drizzle/eday-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
-- Here we enable metadata just to check that the collation of the
96
96
-- resultset is non-binary for string type. This should be changed
97
97
-- after Bug#29394 is implemented.
98
 
show variables like "wait_timeout%";
99
 
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
100
 
def                     VARIABLES       VARIABLE_NAME   Variable_name   8       256     12      N       1       0       45
101
 
def                     VARIABLES       VARIABLE_VALUE  Value   8       65200   5       Y       0       0       45
102
 
Variable_name   Value
103
 
wait_timeout    28800
104
 
show variables like "WAIT_timeout%";
105
 
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
106
 
def                     VARIABLES       VARIABLE_NAME   Variable_name   8       256     12      N       1       0       45
107
 
def                     VARIABLES       VARIABLE_VALUE  Value   8       65200   5       Y       0       0       45
108
 
Variable_name   Value
109
 
wait_timeout    28800
 
98
show variables like "server_id%";
 
99
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
 
100
def                     VARIABLES       VARIABLE_NAME   Variable_name   8       256     9       N       1       0       45
 
101
def                     VARIABLES       VARIABLE_VALUE  Value   8       65200   1       Y       0       0       45
 
102
Variable_name   Value
 
103
server_id       1
 
104
show variables like "SERVER_id%";
 
105
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
 
106
def                     VARIABLES       VARIABLE_NAME   Variable_name   8       256     9       N       1       0       45
 
107
def                     VARIABLES       VARIABLE_VALUE  Value   8       65200   1       Y       0       0       45
 
108
Variable_name   Value
 
109
server_id       1
110
110
show variables like "this_doesn't_exists%";
111
111
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
112
112
def                     VARIABLES       VARIABLE_NAME   Variable_name   8       256     0       N       1       0       45