~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

  • Committer: Brian Aker
  • Date: 2009-11-30 19:13:19 UTC
  • mfrom: (1225.1.39 figure)
  • Revision ID: brian@gaz-20091130191319-zyt51fidacic3brf
Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
show global variables like 'drizzle_protocol_buffer_%';
186
186
Variable_name   Value
187
187
drizzle_protocol_buffer_length  1024
188
 
select * from information_schema.global_variables where variable_name like 'drizzle_protocol_buffer_%' order by 1;
 
188
select * from information_schema.global_variables where variable_name like 'drizzle_protocol_buffer_%';
189
189
VARIABLE_NAME   VARIABLE_VALUE
190
190
DRIZZLE_PROTOCOL_BUFFER_LENGTH  1024
191
191
show global variables like 'drizzle_protocol_buffer_%';
192
192
Variable_name   Value
193
193
drizzle_protocol_buffer_length  1024
194
 
select * from information_schema.global_variables where variable_name like 'drizzle_protocol_buffer_%' order by 1;
 
194
select * from information_schema.global_variables where variable_name like 'drizzle_protocol_buffer_%';
195
195
VARIABLE_NAME   VARIABLE_VALUE
196
196
DRIZZLE_PROTOCOL_BUFFER_LENGTH  1024
197
197
set global drizzle_protocol_buffer_length=1;
214
214
range_alloc_block_size  
215
215
transaction_alloc_block_size    8192
216
216
transaction_prealloc_size       4096
217
 
select * from information_schema.session_variables where variable_name like '%alloc%' order by 1;
 
217
select * from information_schema.session_variables where variable_name like '%alloc%';
218
218
VARIABLE_NAME   VARIABLE_VALUE
219
219
INNODB_USE_SYS_MALLOC   ON
220
220
QUERY_ALLOC_BLOCK_SIZE  8192
238
238
range_alloc_block_size  
239
239
transaction_alloc_block_size    19456
240
240
transaction_prealloc_size       20480
241
 
select * from information_schema.session_variables where variable_name like '%alloc%' order by 1;
 
241
select * from information_schema.session_variables where variable_name like '%alloc%';
242
242
VARIABLE_NAME   VARIABLE_VALUE
243
243
INNODB_USE_SYS_MALLOC   ON
244
244
QUERY_ALLOC_BLOCK_SIZE  17408
257
257
range_alloc_block_size  
258
258
transaction_alloc_block_size    8192
259
259
transaction_prealloc_size       4096
260
 
select * from information_schema.session_variables where variable_name like '%alloc%' order by 1;
 
260
select * from information_schema.session_variables where variable_name like '%alloc%';
261
261
VARIABLE_NAME   VARIABLE_VALUE
262
262
INNODB_USE_SYS_MALLOC   ON
263
263
QUERY_ALLOC_BLOCK_SIZE  8192