⚝
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
/
innodb
/
include
/
View File Name :
check_pfs_mem_other_is_zero.inc
# Check that (after lots of action) the following is still zero. If it is not, # then the file that is allocating dynamic memory should be added to the list # in ut_new_boot(). -- echo count_alloc WHERE event_name like 'memory/innodb/other' -- let pfs_enabled = `SELECT COUNT(*) FROM information_schema.engines WHERE support IN ('YES', 'DEFAULT') AND engine = 'PERFORMANCE_SCHEMA'` -- disable_query_log if ($pfs_enabled) { SELECT count_alloc FROM performance_schema.memory_summary_global_by_event_name WHERE event_name = 'memory/innodb/other'; } if (!$pfs_enabled) { SELECT 0 AS count_alloc; } -- enable_query_log