diff options
Diffstat (limited to 'ndb/demos/1-node')
-rw-r--r-- | ndb/demos/1-node/1-api-3/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/1-node/1-db-2/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/1-node/1-mgm-1/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/1-node/1-mgm-1/template_config.ini | 70 |
4 files changed, 0 insertions, 76 deletions
diff --git a/ndb/demos/1-node/1-api-3/Ndb.cfg b/ndb/demos/1-node/1-api-3/Ndb.cfg deleted file mode 100644 index 61309af029e..00000000000 --- a/ndb/demos/1-node/1-api-3/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 3 -127.0.0.1 10000 diff --git a/ndb/demos/1-node/1-db-2/Ndb.cfg b/ndb/demos/1-node/1-db-2/Ndb.cfg deleted file mode 100644 index 9315950b67a..00000000000 --- a/ndb/demos/1-node/1-db-2/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 2 -127.0.0.1 10000 diff --git a/ndb/demos/1-node/1-mgm-1/Ndb.cfg b/ndb/demos/1-node/1-mgm-1/Ndb.cfg deleted file mode 100644 index 61d4c0ecc17..00000000000 --- a/ndb/demos/1-node/1-mgm-1/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 1 -127.0.0.1 10000 diff --git a/ndb/demos/1-node/1-mgm-1/template_config.ini b/ndb/demos/1-node/1-mgm-1/template_config.ini deleted file mode 100644 index 76bb7867e3c..00000000000 --- a/ndb/demos/1-node/1-mgm-1/template_config.ini +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# -# Initial system configuration file for MySQL Cluster v3.1.0 (Demo 1) -# -############################################################################### - -[DB DEFAULT] -NoOfReplicas: 1 -#LockPagesInMainMemory: Y -StopOnError: Y -#MaxNoOfConcurrentOperations: 1024 -#MaxNoOfConcurrentTransactions: 1024 -NoOfIndexPages: 1500 -NoOfDataPages: 5000 -#TimeBetweenLocalCheckpoints: 20 -#TimeBetweenGlobalCheckpoints: 1500 -#NoOfFragmentLogFiles: 8 -BackupMemory: 4M -BackupDataBufferSize: 2M -BackupLogBufferSize: 2M -BackupWriteSize: 32k - -[COMPUTER] -Id: 1 -ByteOrder: Little -HostName: localhost - -[MGM] -Id: 1 -ExecuteOnComputer: 1 -PortNumber: 10000 -PortNumberStats: 10001 - - -[DB] -Id: 2 -ExecuteOnComputer: 1 -FileSystemPath: WRITE_PATH_TO_FILESYSTEM_2_HERE - -[API] -Id: 3 -ExecuteOnComputer: 1 - -# Designated MySQL Server API node id -[API] -Id: 11 -ExecuteOnComputer: 1 - -[TCP DEFAULT] -SendSignalId: N -Compression: N -Checksum: N -SendBufferSize: 2000 -MaxReceiveSize: 2000 - -[TCP] -NodeId1: 1 -NodeId2: 2 -PortNumber: 10002 - -[TCP] -NodeId1: 2 -NodeId2: 3 -PortNumber: 10003 - -# Designated MySQL Server API node connection -[TCP] -NodeId1: 2 -NodeId2: 11 -PortNumber: 10011 |