GIF89a; Mini Shell

Mini Shell

Direktori : /proc/self/root/usr/share/mysql-test/suite/sys_vars/t/
Upload File :
Current File : //proc/self/root/usr/share/mysql-test/suite/sys_vars/t/pfs_max_digest_length_basic.test

--source include/not_embedded.inc
--source include/have_perfschema.inc

#
# Only global
#

select @@global.performance_schema_max_digest_length;

--error ER_INCORRECT_GLOBAL_LOCAL_VAR
select @@session.max_digest_length;

show global variables like 'performance_schema_max_digest_length';

show session variables like 'performance_schema_max_digest_length';

--disable_warnings
select * from information_schema.global_variables
  where variable_name='performance_schema_max_digest_length';

select * from information_schema.session_variables
  where variable_name='performance_schema_max_digest_length';
--enable_warnings

#
# Read-only
#

--error ER_INCORRECT_GLOBAL_LOCAL_VAR
set global performance_schema_max_digest_length=1;

--error ER_INCORRECT_GLOBAL_LOCAL_VAR
set session performance_schema_max_digest_length=1;


./BlackJoker Mini Shell 1.0