summaryrefslogtreecommitdiff
path: root/sql-bench/test-connect.sh
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-06-03 12:26:24 +0300
committermonty@hundin.mysql.fi <>2001-06-03 12:26:24 +0300
commit4014d2367ccdfe00670de3dfaeeef8389008b208 (patch)
treea8649f73d8dc4f4b298871c75089fd3e584adb6e /sql-bench/test-connect.sh
parent0efb10e71ca1bc2391ddfd711aefff0d231a6789 (diff)
downloadmariadb-git-4014d2367ccdfe00670de3dfaeeef8389008b208.tar.gz
Added ABS() to make tests more portable.
New postgresql crash-me file. Increased blob size in benchmarks from 65K to 1M.
Diffstat (limited to 'sql-bench/test-connect.sh')
-rw-r--r--sql-bench/test-connect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-connect.sh b/sql-bench/test-connect.sh
index cddb32e2775..862161e3a03 100644
--- a/sql-bench/test-connect.sh
+++ b/sql-bench/test-connect.sh
@@ -266,7 +266,7 @@ for ($i=0 ; $i < $opt_loop_count ; $i++)
}
$end_time=new Benchmark;
-print "Time to select_big ($opt_loop_count): " .
+print "Time to select_big_str ($opt_loop_count): " .
timestr(timediff($end_time, $loop_time),"all") . "\n\n";
$sth = $dbh->do("drop table bench1" . $server->{'drop_attr'})