~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to tests/r/show_check.result

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-10-29 15:43:40 UTC
  • mfrom: (1.2.12) (2.1.19 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131029154340-2gp39el6cv8bwf2o
Tags: 1:7.2.3-2ubuntu1
* Merge from debian, remaining changes:
  - Link against boost_system because of boost_thread.
  - Add required libs to message/include.am
  - Add upstart job and adjust init script to be upstart compatible.
  - Disable -floop-parallelize-all due to gcc-4.8/4.9 compiler ICE
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57732

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       1024    2       N       4097    0       45
30
 
def     data_dictionary show_indexes    SHOW_INDEXES    Unique  Unique  13      1       1       N       36897   0       63
31
 
def     data_dictionary show_indexes    SHOW_INDEXES    Key_name        Key_name        8       1024    7       N       4097    0       45
32
 
def     data_dictionary show_indexes    SHOW_INDEXES    Seq_in_index    Seq_in_index    5       21      1       N       36865   0       63
33
 
def     data_dictionary show_indexes    SHOW_INDEXES    Column_name     Column_name     8       1024    1       N       4097    0       45
 
29
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Table   Table   8       1024    2       N       4097    0       45
 
30
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Unique  Unique  13      1       1       N       36897   0       63
 
31
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Key_name        Key_name        8       1024    7       N       4097    0       45
 
32
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Seq_in_index    Seq_in_index    5       21      1       N       36865   0       63
 
33
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Column_name     Column_name     8       1024    1       N       4097    0       45
34
34
Table   Unique  Key_name        Seq_in_index    Column_name
35
35
t1      YES     PRIMARY 1       a
36
36
t1      NO      b       1       b
48
48
-- after Bug#29394 is implemented.
49
49
show variables like "server_id%";
50
50
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
51
 
def     data_dictionary session_variables       SESSION_VARIABLES       VARIABLE_NAME   Variable_name   8       1024    9       N       4097    0       45
52
 
def     data_dictionary session_variables       SESSION_VARIABLES       VARIABLE_VALUE  Value   8       4096    1       N       4097    0       45
 
51
def     data_dictionary SESSION_VARIABLES       SESSION_VARIABLES       VARIABLE_NAME   Variable_name   8       1024    9       N       4097    0       45
 
52
def     data_dictionary SESSION_VARIABLES       SESSION_VARIABLES       VARIABLE_VALUE  Value   8       4096    1       N       4097    0       45
53
53
Variable_name   Value
54
54
server_id       1
55
55
show variables like "SERVER_id%";
56
56
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
57
 
def     data_dictionary session_variables       SESSION_VARIABLES       VARIABLE_NAME   Variable_name   8       1024    9       N       4097    0       45
58
 
def     data_dictionary session_variables       SESSION_VARIABLES       VARIABLE_VALUE  Value   8       4096    1       N       4097    0       45
 
57
def     data_dictionary SESSION_VARIABLES       SESSION_VARIABLES       VARIABLE_NAME   Variable_name   8       1024    9       N       4097    0       45
 
58
def     data_dictionary SESSION_VARIABLES       SESSION_VARIABLES       VARIABLE_VALUE  Value   8       4096    1       N       4097    0       45
59
59
Variable_name   Value
60
60
server_id       1
61
61
show variables like "this_doesn't_exists%";
62
62
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
63
 
def     data_dictionary session_variables       SESSION_VARIABLES       VARIABLE_NAME   Variable_name   8       1024    0       N       4097    0       45
64
 
def     data_dictionary session_variables       SESSION_VARIABLES       VARIABLE_VALUE  Value   8       4096    0       N       4097    0       45
 
63
def     data_dictionary SESSION_VARIABLES       SESSION_VARIABLES       VARIABLE_NAME   Variable_name   8       1024    0       N       4097    0       45
 
64
def     data_dictionary SESSION_VARIABLES       SESSION_VARIABLES       VARIABLE_VALUE  Value   8       4096    0       N       4097    0       45
65
65
Variable_name   Value
66
66
show table status from test like "this_doesn't_exists%";
67
67
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
68
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Session Session 5       21      0       N       36865   0       63
69
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Schema  Schema  8       1024    0       N       4097    0       45
70
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Name    Name    8       1024    0       N       4097    0       45
71
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Type    Type    8       1024    0       N       4097    0       45
72
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Engine  Engine  8       1024    0       N       4097    0       45
73
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Version Version 8       1024    0       N       4097    0       45
74
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Rows    Rows    8       1024    0       N       4097    0       45
75
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Avg_row_length  Avg_row_length  8       1024    0       N       4097    0       45
76
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Table_size      Table_size      8       1024    0       N       4097    0       45
77
 
def     data_dictionary show_table_status       SHOW_TABLE_STATUS       Auto_increment  Auto_increment  8       1024    0       N       4097    0       45
 
68
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Session Session 5       21      0       N       36865   0       63
 
69
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Schema  Schema  8       1024    0       N       4097    0       45
 
70
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Name    Name    8       1024    0       N       4097    0       45
 
71
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Type    Type    8       1024    0       N       4097    0       45
 
72
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Engine  Engine  8       1024    0       N       4097    0       45
 
73
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Version Version 8       1024    0       N       4097    0       45
 
74
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Rows    Rows    8       1024    0       N       4097    0       45
 
75
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Avg_row_length  Avg_row_length  8       1024    0       N       4097    0       45
 
76
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Table_size      Table_size      8       1024    0       N       4097    0       45
 
77
def     data_dictionary SHOW_TABLE_STATUS       SHOW_TABLE_STATUS       Auto_increment  Auto_increment  8       1024    0       N       4097    0       45
78
78
Session Schema  Name    Type    Engine  Version Rows    Avg_row_length  Table_size      Auto_increment
79
79
show databases;
80
80
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
81
 
def     data_dictionary show_schemas    SHOW_SCHEMAS    SCHEMA_NAME     Database        8       1024    18      N       4097    0       45
 
81
def     data_dictionary SHOW_SCHEMAS    SHOW_SCHEMAS    SCHEMA_NAME     Database        8       1024    18      N       4097    0       45
82
82
Database
83
83
DATA_DICTIONARY
84
84
INFORMATION_SCHEMA
86
86
test
87
87
show databases like "test%";
88
88
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
89
 
def     data_dictionary show_schemas    SHOW_SCHEMAS    SCHEMA_NAME     Database (test%)        8       1024    4       N       4097    0       45
 
89
def     data_dictionary SHOW_SCHEMAS    SHOW_SCHEMAS    SCHEMA_NAME     Database (test%)        8       1024    4       N       4097    0       45
90
90
Database (test%)
91
91
test
92
92
create table t1 (f1 int not null, f2 int not null, f3 int not null, f4 int not null, primary key(f1,f2,f3,f4));
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       1024    2       N       4097    0       45
450
 
def     data_dictionary show_indexes    SHOW_INDEXES    Unique  Unique  13      1       1       N       36897   0       63
451
 
def     data_dictionary show_indexes    SHOW_INDEXES    Key_name        Key_name        8       1024    7       N       4097    0       45
452
 
def     data_dictionary show_indexes    SHOW_INDEXES    Seq_in_index    Seq_in_index    5       21      1       N       36865   0       63
453
 
def     data_dictionary show_indexes    SHOW_INDEXES    Column_name     Column_name     8       1024    6       N       4097    0       45
 
449
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Table   Table   8       1024    2       N       4097    0       45
 
450
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Unique  Unique  13      1       1       N       36897   0       63
 
451
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Key_name        Key_name        8       1024    7       N       4097    0       45
 
452
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Seq_in_index    Seq_in_index    5       21      1       N       36865   0       63
 
453
def     data_dictionary SHOW_INDEXES    SHOW_INDEXES    Column_name     Column_name     8       1024    6       N       4097    0       45
454
454
Table   Unique  Key_name        Seq_in_index    Column_name
455
455
t1      YES     PRIMARY 1       field1
456
456
drop table t1;