Server IP : 49.212.180.16 / Your IP : 3.128.188.69 Web Server : Apache System : FreeBSD www2606.sakura.ne.jp 13.0-RELEASE-p14 FreeBSD 13.0-RELEASE-p14 #2: Mon Dec 9 13:54:55 JST 2024 root@www5301.sakura.ne.jp:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 User : utannto ( 1076) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/rs/mysql/5.1/mysql-test/include/ |
Upload File : |
# 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;