1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

bugfix in checksum with force varpart

mysql-test/mysql-test-run.pl:
  bigger needed for running some tests
This commit is contained in:
unknown
2007-05-04 12:19:06 +02:00
parent 5c6dec8d84
commit 764e010e8c
4 changed files with 57 additions and 1 deletions

View File

@ -2487,7 +2487,7 @@ sub ndbcluster_start_install ($) {
else
{
$ndb_no_ord=32;
$ndb_con_op=5000;
$ndb_con_op=10000;
$ndb_dmem="20M";
$ndb_imem="1M";
$ndb_pbmem="4M";