summaryrefslogtreecommitdiff
path: root/sql-bench/server-cfg.sh
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-12-08 17:04:57 +0200
committermonty@donna.mysql.com <>2000-12-08 17:04:57 +0200
commit7617d198a4b6147a2f09b0749ad7ebedb76227b4 (patch)
treeb351c53cc8d10719148a114a60853aa9347782e0 /sql-bench/server-cfg.sh
parentc475a9885d88155c2efcf44423c69df76386ac79 (diff)
downloadmariadb-git-7617d198a4b6147a2f09b0749ad7ebedb76227b4.tar.gz
Lots of fixes for BDB tables
Change DROP TABLE to first drop the data, then the .frm file
Diffstat (limited to 'sql-bench/server-cfg.sh')
-rwxr-xr-xsql-bench/server-cfg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/server-cfg.sh b/sql-bench/server-cfg.sh
index 661a9766a2d..02dbb5dd712 100755
--- a/sql-bench/server-cfg.sh
+++ b/sql-bench/server-cfg.sh
@@ -581,7 +581,7 @@ sub new
$limits{'table_wildcard'} = 1;
$limits{'max_column_name'} = 32; # Is this true
$limits{'max_columns'} = 1000; # 500 crashes pg 6.3
- $limits{'max_tables'} = 65000; # Should be big enough
+ $limits{'max_tables'} = 5000; # 10000 crashes pg 7.0.2
$limits{'max_conditions'} = 30; # This makes Pg real slow
$limits{'max_index'} = 64; # Is this true ?
$limits{'max_index_parts'} = 16; # Is this true ?