mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
5.0 is also using the somewhat larger config for cluster
This commit is contained in:
parent
9674059f68
commit
2317c0cf59
1 changed files with 2 additions and 2 deletions
|
@ -1969,9 +1969,9 @@ sub ndbcluster_start_install ($) {
|
||||||
if (!$opt_bench)
|
if (!$opt_bench)
|
||||||
{
|
{
|
||||||
# Use a smaller configuration
|
# Use a smaller configuration
|
||||||
if ( $mysql_version_id < 50000 )
|
if ( $mysql_version_id < 50100 )
|
||||||
{
|
{
|
||||||
# 4.1 is using a "larger" --small configuration
|
# 4.1 and 5.0 is using a "larger" --small configuration
|
||||||
$ndb_no_ord=128;
|
$ndb_no_ord=128;
|
||||||
$ndb_con_op=10000;
|
$ndb_con_op=10000;
|
||||||
$ndb_dmem="40M";
|
$ndb_dmem="40M";
|
||||||
|
|
Loading…
Reference in a new issue