⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
suite
/
sys_vars
/
r
/
View File Name :
innodb_log_files_in_group_basic.result
'#---------------------BS_STVARS_034_01----------------------#' SELECT COUNT(@@GLOBAL.innodb_log_files_in_group); COUNT(@@GLOBAL.innodb_log_files_in_group) 1 1 Expected '#---------------------BS_STVARS_034_02----------------------#' SET @@GLOBAL.innodb_log_files_in_group=1; ERROR HY000: Variable 'innodb_log_files_in_group' is a read only variable Expected error 'Read only variable' SELECT COUNT(@@GLOBAL.innodb_log_files_in_group); COUNT(@@GLOBAL.innodb_log_files_in_group) 1 1 Expected '#---------------------BS_STVARS_034_03----------------------#' SELECT @@GLOBAL.innodb_log_files_in_group = VARIABLE_VALUE FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='innodb_log_files_in_group'; @@GLOBAL.innodb_log_files_in_group = VARIABLE_VALUE 1 1 Expected SELECT COUNT(@@GLOBAL.innodb_log_files_in_group); COUNT(@@GLOBAL.innodb_log_files_in_group) 1 1 Expected SELECT COUNT(VARIABLE_VALUE) FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME='innodb_log_files_in_group'; COUNT(VARIABLE_VALUE) 1 1 Expected '#---------------------BS_STVARS_034_04----------------------#' SELECT @@innodb_log_files_in_group = @@GLOBAL.innodb_log_files_in_group; @@innodb_log_files_in_group = @@GLOBAL.innodb_log_files_in_group 1 1 Expected '#---------------------BS_STVARS_034_05----------------------#' SELECT COUNT(@@innodb_log_files_in_group); COUNT(@@innodb_log_files_in_group) 1 1 Expected SELECT COUNT(@@local.innodb_log_files_in_group); ERROR HY000: Variable 'innodb_log_files_in_group' is a GLOBAL variable Expected error 'Variable is a GLOBAL variable' SELECT COUNT(@@SESSION.innodb_log_files_in_group); ERROR HY000: Variable 'innodb_log_files_in_group' is a GLOBAL variable Expected error 'Variable is a GLOBAL variable' SELECT COUNT(@@GLOBAL.innodb_log_files_in_group); COUNT(@@GLOBAL.innodb_log_files_in_group) 1 1 Expected SELECT innodb_log_files_in_group = @@SESSION.innodb_log_files_in_group; ERROR 42S22: Unknown column 'innodb_log_files_in_group' in 'field list' Expected error 'Readonly variable'