593
593
select @@session.key_buffer_size;
594
594
ERROR HY000: Variable 'key_buffer_size' is a GLOBAL variable
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;
598
606
set global myisam_max_sort_file_size=4294967296;
599
607
show global variables like 'myisam_max_sort_file_size';