diff options
author | monty@donna.mysql.com <> | 2000-12-24 15:19:00 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-24 15:19:00 +0200 |
commit | b590fa2567f3a4c1f0055618fb4d06e1af7ae85b (patch) | |
tree | 899e99579647137316d4fbc999750fb989b1cf2e /sql-bench/bench-init.pl.sh | |
parent | 11f7fd10f080461e34114869daf853ba714ff03c (diff) | |
download | mariadb-git-b590fa2567f3a4c1f0055618fb4d06e1af7ae85b.tar.gz |
New benchmark test
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
Diffstat (limited to 'sql-bench/bench-init.pl.sh')
-rw-r--r-- | sql-bench/bench-init.pl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/bench-init.pl.sh b/sql-bench/bench-init.pl.sh index af292257bab..54a5d624b32 100644 --- 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.10"; +$benchmark_version="2.11"; use Getopt::Long; require "$pwd/server-cfg" || die "Can't read Configuration file: $!\n"; |