⚝
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
/
funcs_1
/
t
/
View File Name :
myisam_views-big.test
#### suite/funcs_1/t/myisam_views.test # Skiping this test from Valgrind execution as per Bug-14627884 --source include/not_valgrind.inc # because of a pair of slow Solaris Sparc machines in pb2, # this test is marked as big: --source include/big_test.inc # MyISAM tables should be used # # Set $engine_type SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION'; --source include/have_myisam.inc let $engine_type= myisam; # Create some objects needed in many testcases USE test; --source suite/funcs_1/include/myisam_tb2.inc --disable_warnings DROP DATABASE IF EXISTS test1; --enable_warnings CREATE DATABASE test1; USE test1; --source suite/funcs_1/include/myisam_tb2.inc USE test; let $message= Attention: The nesting level @max_level in Testcase 3.3.1.A6 (Complicated nested VIEWs) has to be limited to 20 because of MyISAM(only) performance issues Bug#11948; --source include/show_msg80.inc SET @limit1 = 20; --source suite/funcs_1/views/views_master.inc DROP DATABASE test1; DROP TABLE test.tb2;