diff options
author | unknown <lenz@mysql.com> | 2003-04-02 14:38:25 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-04-02 14:38:25 +0200 |
commit | 59e8c55356997bc93f0c6b90e6749f8560022081 (patch) | |
tree | 1ca35e339b057a2150b878e8efd44bfdf8b513a0 /Build-tools | |
parent | d0038aa7d5cc540e7d897d7fc0b4105fa8b6353f (diff) | |
download | mariadb-git-59e8c55356997bc93f0c6b90e6749f8560022081.tar.gz |
- increased bdb_max_lock value to pass sql-bench
- re-enabled OpenSSL for the Max RPM package
Build-tools/Do-compile:
- increased bdb_max_lock value from 60000 -> 240000
(got many errors "Lock table is out of available locks" when running
sql-bench with InnoDB)
support-files/mysql.spec.sh:
- re-enabled OpenSSL for the 4.1 Max RPM
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index add2ac86c81..b499e3059b3 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -340,7 +340,7 @@ if (!$opt_no_test && !$opt_no_benchmark) $extra=""; if ($opt_bdb) { - $extra.=" --bdb_cache_size=16M --bdb_max_lock=60000" + $extra.=" --bdb_cache_size=16M --bdb_max_lock=240000" } if ($opt_innodb) { |