Server IP : 49.212.180.16 / Your IP : 3.14.255.247 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 : |
#################### include/testdb_only.inc ###################### # # # We must prevent to work on databases created by customers, # # because we DROP/CREATE/MODIFY objects with sometimes common # # names like STAFF, EMPLOYEE etc. # # # # Therefore we check the environment variable USE_RUNNING_SERVER. # # USE_RUNNING_SERVER is exported by "mysql-test-run" and could # # contain the following values: # # 0 -- mysql-test-run was started without the --extern option # # That means the test will be performed within the test # # area 'mysql-test/var/...' . # # 1 -- mysql-test-run was started with the --extern option # # That means the test will be performed by an already # # running server and data modifications will most probably # # outside of the common test area 'mysql-test/var/...' . # # # # If USE_RUNNING_SERVER is not 0 the test will be skipped. # # # ################################################################### if ($USE_RUNNING_SERVER){ skip Not with extern server; }