~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/stress-test.pl

  • Committer: Monty Taylor
  • Date: 2008-09-13 20:24:20 UTC
  • mfrom: (383.1.35 drizzle)
  • Revision ID: monty@inaugust.com-20080913202420-lkj76ewbabl8ljvp
MergedĀ fromĀ trunk.

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]);