~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
592
592
1
593
593
select @@session.key_buffer_size;
594
594
ERROR HY000: Variable 'key_buffer_size' is a GLOBAL variable
595
 
set ft_boolean_syntax = @@init_connect;
596
 
ERROR HY000: Variable 'ft_boolean_syntax' is a GLOBAL variable and should be set with SET GLOBAL
597
 
set global ft_boolean_syntax = @@init_connect;
598
 
ERROR 42000: Variable 'ft_boolean_syntax' can't be set to the value of ''
599
595
set init_connect = NULL;
600
596
ERROR HY000: Variable 'init_connect' is a GLOBAL variable and should be set with SET GLOBAL
601
597
set global init_connect = NULL;
602
 
set ft_boolean_syntax = @@init_connect;
603
 
ERROR HY000: Variable 'ft_boolean_syntax' is a GLOBAL variable and should be set with SET GLOBAL
604
 
set global ft_boolean_syntax = @@init_connect;
605
 
ERROR 42000: Variable 'ft_boolean_syntax' can't be set to the value of ''
606
598
set global myisam_max_sort_file_size=4294967296;
607
599
show global variables like 'myisam_max_sort_file_size';
608
600
Variable_name   Value