~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

Started abstracting Protocol, removed init_connect, init_file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
429
429
1
430
430
select @@session.key_buffer_size;
431
431
ERROR HY000: Variable 'key_buffer_size' is a GLOBAL variable
432
 
set init_connect = NULL;
433
 
ERROR HY000: Variable 'init_connect' is a GLOBAL variable and should be set with SET GLOBAL
434
 
set global init_connect = NULL;
435
432
set global myisam_max_sort_file_size=4294967296;
436
433
show global variables like 'myisam_max_sort_file_size';
437
434
Variable_name   Value