GIF89a; Mini Shell

Mini Shell

Direktori : /usr/share/mysql-test/suite/sys_vars/r/
Upload File :
Current File : //usr/share/mysql-test/suite/sys_vars/r/ft_max_word_len_basic.result

select @@global.ft_max_word_len;
@@global.ft_max_word_len
84
select @@session.ft_max_word_len;
ERROR HY000: Variable 'ft_max_word_len' is a GLOBAL variable
show global variables like 'ft_max_word_len';
Variable_name	Value
ft_max_word_len	84
show session variables like 'ft_max_word_len';
Variable_name	Value
ft_max_word_len	84
select * from information_schema.global_variables where variable_name='ft_max_word_len';
VARIABLE_NAME	VARIABLE_VALUE
FT_MAX_WORD_LEN	84
select * from information_schema.session_variables where variable_name='ft_max_word_len';
VARIABLE_NAME	VARIABLE_VALUE
FT_MAX_WORD_LEN	84
set global ft_max_word_len=1;
ERROR HY000: Variable 'ft_max_word_len' is a read only variable
set session ft_max_word_len=1;
ERROR HY000: Variable 'ft_max_word_len' is a read only variable

./BlackJoker Mini Shell 1.0