~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/variables.test

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
 
116
116
set global drizzle_protocol_buffer_length=1024;
117
117
show global variables like 'drizzle_protocol_buffer_%';
118
 
select * from information_schema.global_variables where variable_name like 'drizzle_protocol_buffer_%' order by 1;
 
118
select * from information_schema.global_variables where variable_name like 'drizzle_protocol_buffer_%';
119
119
show global variables like 'drizzle_protocol_buffer_%';
120
 
select * from information_schema.global_variables where variable_name like 'drizzle_protocol_buffer_%' order by 1;
 
120
select * from information_schema.global_variables where variable_name like 'drizzle_protocol_buffer_%';
121
121
set global drizzle_protocol_buffer_length=1;
122
122
show variables like 'drizzle_protocol_buffer_length';
123
123
#warning 1292
125
125
show variables like 'drizzle_protocol_buffer_length';
126
126
 
127
127
show variables like '%alloc%';
128
 
select * from information_schema.session_variables where variable_name like '%alloc%' order by 1;
 
128
select * from information_schema.session_variables where variable_name like '%alloc%';
129
129
set @@range_alloc_block_size=1024*16;
130
130
set @@query_alloc_block_size=1024*17+2;
131
131
set @@query_prealloc_size=1024*18;
133
133
set @@transaction_prealloc_size=1024*21-1;
134
134
select @@query_alloc_block_size;
135
135
show variables like '%alloc%';
136
 
select * from information_schema.session_variables where variable_name like '%alloc%' order by 1;
 
136
select * from information_schema.session_variables where variable_name like '%alloc%';
137
137
set @@range_alloc_block_size=default;
138
138
set @@query_alloc_block_size=default, @@query_prealloc_size=default;
139
139
set transaction_alloc_block_size=default, @@transaction_prealloc_size=default;
140
140
show variables like '%alloc%';
141
 
select * from information_schema.session_variables where variable_name like '%alloc%' order by 1;
 
141
select * from information_schema.session_variables where variable_name like '%alloc%';
142
142
 
143
143
#
144
144
# Bug #10904 Illegal mix of collations between