403Webshell
Server IP : 88.99.149.37  /  Your IP : 216.73.216.141
Web Server : nginx/1.31.2
System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64
User : muralimurth ( 1015)
PHP Version : 8.4.23
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/mysql/mysql-test/suite/sys_vars/r/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/mysql/mysql-test/suite/sys_vars/r/log_bin_trust_function_creators_basic.result
SET @start_global_value = @@global.log_bin_trust_function_creators;
SELECT @start_global_value;
@start_global_value
1
'#--------------------FN_DYNVARS_063_01-------------------------#'
SET @@global.log_bin_trust_function_creators = TRUE;
SET @@global.log_bin_trust_function_creators = DEFAULT;
SELECT @@global.log_bin_trust_function_creators;
@@global.log_bin_trust_function_creators
0
'#--------------------FN_DYNVARS_063_02-------------------------#'
SET @@global.log_bin_trust_function_creators = DEFAULT;
SELECT @@global.log_bin_trust_function_creators = 'FALSE';
@@global.log_bin_trust_function_creators = 'FALSE'
1
Warnings:
Warning	1292	Truncated incorrect DECIMAL value: 'FALSE'
'#--------------------FN_DYNVARS_063_03-------------------------#'
SET @@global.log_bin_trust_function_creators = ON;
SELECT @@global.log_bin_trust_function_creators;
@@global.log_bin_trust_function_creators
1
SET @@global.log_bin_trust_function_creators = OFF;
SELECT @@global.log_bin_trust_function_creators;
@@global.log_bin_trust_function_creators
0
SET @@global.log_bin_trust_function_creators = 0;
SELECT @@global.log_bin_trust_function_creators;
@@global.log_bin_trust_function_creators
0
SET @@global.log_bin_trust_function_creators = 1;
SELECT @@global.log_bin_trust_function_creators;
@@global.log_bin_trust_function_creators
1
SET @@global.log_bin_trust_function_creators = TRUE;
SELECT @@global.log_bin_trust_function_creators;
@@global.log_bin_trust_function_creators
1
SET @@global.log_bin_trust_function_creators = FALSE;
SELECT @@global.log_bin_trust_function_creators;
@@global.log_bin_trust_function_creators
0
'#-------------------FN_DYNVARS_063_04----------------------------#'
SET @@session.log_bin_trust_function_creators = 0;
ERROR HY000: Variable 'log_bin_trust_function_creators' is a GLOBAL variable and should be set with SET GLOBAL
SELECT @@session.log_bin_trust_function_creators;
ERROR HY000: Variable 'log_bin_trust_function_creators' is a GLOBAL variable
'#------------------FN_DYNVARS_063_05-----------------------#'
SET @@global.log_bin_trust_function_creators = 'ONN';
ERROR 42000: Variable 'log_bin_trust_function_creators' can't be set to the value of 'ONN'
SET @@global.log_bin_trust_function_creators = "OFFF";
ERROR 42000: Variable 'log_bin_trust_function_creators' can't be set to the value of 'OFFF'
SET @@global.log_bin_trust_function_creators = OF;
ERROR 42000: Variable 'log_bin_trust_function_creators' can't be set to the value of 'OF'
SET @@global.log_bin_trust_function_creators = TTRUE;
ERROR 42000: Variable 'log_bin_trust_function_creators' can't be set to the value of 'TTRUE'
SET @@global.log_bin_trust_function_creators = FELSE;
ERROR 42000: Variable 'log_bin_trust_function_creators' can't be set to the value of 'FELSE'
SET @@global.log_bin_trust_function_creators = -1024;
ERROR 42000: Variable 'log_bin_trust_function_creators' can't be set to the value of '-1024'
SET @@global.log_bin_trust_function_creators = 65536;
ERROR 42000: Variable 'log_bin_trust_function_creators' can't be set to the value of '65536'
SET @@global.log_bin_trust_function_creators = 65530.34;
ERROR 42000: Incorrect argument type to variable 'log_bin_trust_function_creators'
SET @@global.log_bin_trust_function_creators = test;
ERROR 42000: Variable 'log_bin_trust_function_creators' can't be set to the value of 'test'
'#------------------FN_DYNVARS_063_06-----------------------#'
SELECT IF(@@global.log_bin_trust_function_creators, "ON", "OFF") = VARIABLE_VALUE 
FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES 
WHERE VARIABLE_NAME='log_bin_trust_function_creators';
IF(@@global.log_bin_trust_function_creators, "ON", "OFF") = VARIABLE_VALUE
1
SELECT IF(@@session.log_bin_trust_function_creators, "ON", "OFF") = VARIABLE_VALUE 
FROM INFORMATION_SCHEMA.SESSION_VARIABLES 
WHERE VARIABLE_NAME='log_bin_trust_function_creators';
ERROR HY000: Variable 'log_bin_trust_function_creators' is a GLOBAL variable
'#---------------------FN_DYNVARS_063_07----------------------#'
SET @@global.log_bin_trust_function_creators = TRUE;
SELECT @@log_bin_trust_function_creators = @@global.log_bin_trust_function_creators;
@@log_bin_trust_function_creators = @@global.log_bin_trust_function_creators
1
'#---------------------FN_DYNVARS_063_08----------------------#'
SET @@global.log_bin_trust_function_creators = TRUE;
SELECT @@log_bin_trust_function_creators;
@@log_bin_trust_function_creators
1
SELECT local.log_bin_trust_function_creators;
ERROR 42S02: Unknown table 'local' in SELECT
SELECT session.log_bin_trust_function_creators;
ERROR 42S02: Unknown table 'session' in SELECT
SELECT log_bin_trust_function_creators = @@session.log_bin_trust_function_creators;
ERROR 42S22: Unknown column 'log_bin_trust_function_creators' in 'SELECT'
SET @@global.log_bin_trust_function_creators = @start_global_value;
SELECT @@global.log_bin_trust_function_creators;
@@global.log_bin_trust_function_creators
1

Youez - 2016 - github.com/yon3zu
LinuXploit