~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/stress-test.pl

Cleanup around SAFEMALLOC

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
$pid_file="mysql_stress_test.pid";
121
121
$opt_mysqltest= ($^O =~ /mswin32/i) ? "mysqltest.exe" : "mysqltest";
122
122
$opt_check_tests_file="";
123
 
@mysqltest_args=("--silent", "-v", "--skip-safemalloc");
 
123
@mysqltest_args=("--silent", "-v");
124
124
 
125
125
# Client ip address
126
126
$client_ip=inet_ntoa((gethostbyname(hostname()))[4]);