summaryrefslogtreecommitdiff
path: root/sql-bench/bench-init.pl.sh
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-11-27 02:28:41 +0200
committermonty@donna.mysql.com <>2000-11-27 02:28:41 +0200
commitdc5e32ea40b435c13cb2d9c03e465743aff14b51 (patch)
treeedb54aec005b494e1195e3b4c62ef7b81153a705 /sql-bench/bench-init.pl.sh
parent8e3322098ac94687ab13aec1a09e8ed2ce93ef9c (diff)
downloadmariadb-git-dc5e32ea40b435c13cb2d9c03e465743aff14b51.tar.gz
Added connect_timeout and fix for transactions per statement
Diffstat (limited to 'sql-bench/bench-init.pl.sh')
-rwxr-xr-xsql-bench/bench-init.pl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/bench-init.pl.sh b/sql-bench/bench-init.pl.sh
index 7d78a7ef3a2..af292257bab 100755
--- a/sql-bench/bench-init.pl.sh
+++ b/sql-bench/bench-init.pl.sh
@@ -31,7 +31,7 @@
# $server Object for current server
# $limits Hash reference to limits for benchmark
-$benchmark_version="2.9";
+$benchmark_version="2.10";
use Getopt::Long;
require "$pwd/server-cfg" || die "Can't read Configuration file: $!\n";