mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
6547960e28
--- Removed reference to debian svn location of debian dir. Changed verbage of comment to appease Timothy. --- Removed added manpages that aren't appropriate for our build. --- Added debian dir to list of dist targets. Added list of files needed to be distributed in debian dir. --- Added semi-colons to fix syntax error. --- BUG#27769 MySQL should include debian packaing dir Added debian/Makefile to configure.in to support make dist.
35 lines
723 B
INI
35 lines
723 B
INI
[NDBD DEFAULT]
|
|
NoOfReplicas=2
|
|
DataMemory=10MB
|
|
IndexMemory=25MB
|
|
MaxNoOfTables=256
|
|
MaxNoOfOrderedIndexes=256
|
|
MaxNoOfUniqueHashIndexes=128
|
|
|
|
[MYSQLD DEFAULT]
|
|
|
|
[NDB_MGMD DEFAULT]
|
|
|
|
[TCP DEFAULT]
|
|
|
|
[NDB_MGMD]
|
|
Id=1 # the NDB Management Node (this one)
|
|
HostName=127.0.0.1
|
|
|
|
[NDBD]
|
|
Id=2 # the first NDB Data Node
|
|
HostName=127.0.0.1
|
|
DataDir= /var/lib/mysql-cluster
|
|
|
|
[NDBD]
|
|
Id=3 # the second NDB Data Node
|
|
HostName=127.0.0.1
|
|
DataDir=/var/lib/mysql-cluster
|
|
|
|
[MYSQLD]
|
|
Id=4 # the first SQL node
|
|
HostName=127.0.0.1
|
|
|
|
# [MYSQLD]
|
|
# Id=5 # the second SQL node
|
|
# HostName=127.0.0.10
|