⚝
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
/
ndb
/
include
/
View File Name :
ndb_desc_print.inc
# Check ndb_desc_opts argument variable if (!$ndb_desc_opts) { echo The variable ndb_desc_opts must be set when calling ndb_desc_print.inc; die Missing argument ndb_desc_opts; } let $ndb_desc_cmd= $NDB_DESC --no-defaults $ndb_desc_opts; # Uncomment the following line in order to run ndb_desc through valgrind #let $ndb_desc_cmd= valgrind -q $ndb_desc_cmd; # Use replace_regex to remove non-deterministic values from the # ndb_desc output # --replace_regex /Version: [0-9]*/Version: Any/ /t2_unique_index\(j\) - OrderedIndex/Index/ /t2_unique_index\$unique\(j\) - UniqueHashIndex/Index/ /PRIMARY\(i\) - OrderedIndex/Index/ /BT=NDB\$BLOB_[0-9]*_/BT=NDB$BLOB_XX_/ /Length of frm data: [0-9]*/Length of frm data: XXX/ --exec $ndb_desc_cmd # Reset argument variable in order to detect missing assignment let $ndb_desc_opts=;