⚝
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
/
t
/
View File Name :
mysql_not_windows.test
-- source include/not_windows.inc # This test should work in embedded server after we fix mysqltest -- source include/not_embedded.inc # # Testing the MySQL command line client(mysql) # # # Bug #54466 client 5.5 built from source lacks "pager" support # --echo Bug #54466 client 5.5 built from source lacks "pager" support --exec $MYSQL --pager test -e "select 1 as a" --echo # --echo # Bug#21074643: SERVER SETS OPEN_FILES_LIMIT UNCONDITIONALLY --echo # --echo # Filtering out the warning since platforms Solaris and osx set the --echo # open_files_limit to too low a value after setrlimit fails to set --echo # open_files_limit to 10000000 CALL mtr.add_suppression("innodb_open_files should not be greater than the open_files_limit."); # .opt file tries to set limit to 10000000, but this should not work # so that the SELECT below should return 0. SELECT @@open_files_limit = 10000000; --echo --echo End of tests