~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/r/variables.result

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

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 ''
595
599
set init_connect = NULL;
596
600
ERROR HY000: Variable 'init_connect' is a GLOBAL variable and should be set with SET GLOBAL
597
601
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 ''
598
606
set global myisam_max_sort_file_size=4294967296;
599
607
show global variables like 'myisam_max_sort_file_size';
600
608
Variable_name   Value