⚝
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
/
max_parts
/
t
/
View File Name :
partition_max_parts_list_innodb.test
################################################################################ # Purpose: # # Tests around number of partitions # #------------------------------------------------------------------------------# # Original Author: Horst Hunger # # Original Date: 2012-08-30 # # Change Author: # # Change Date: # # Change: # ################################################################################ # General not engine specific settings and requirements # The server must support partitioning. --source include/have_partition.inc #------------------------------------------------------------------------------# # Engine specific settings and requirements call mtr.add_suppression("A long semaphore wait"); ##### Storage engine to be tested let $engine= 'InnoDB'; ##### Number of files the storage engine will need to create partitions. let $mysql_needed_max_files=8192; --source suite/max_parts/inc/partition_max_parts_list.inc