⚝
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
/
include
/
View File Name :
safe_set_to_maybe_ro_var.inc
# to mask out the error - never abort neither log in result file - in setting # to read-only variable. # It is assumed that the new value is equal to one the var was set to. # Such situation happens particularily with binlog_format that becomes read-only # with ndb default storage. # # when generate results always watch the file to find what is expected, # the SET query may fail # script accepts $maybe_ro_var the var name and $val4var the value ### USAGE: ### let $maybe_ro_var= ... ### let $val4var= ... ### include/safe_set_to_maybe_ro_var.inc --disable_result_log --disable_abort_on_error eval SET $maybe_ro_var = $val4var; --enable_abort_on_error --enable_result_log eval SELECT $maybe_ro_var;