diff options
Diffstat (limited to 'ndb/demos/2-node')
-rw-r--r-- | ndb/demos/2-node/2-api-4/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/2-node/2-api-5/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/2-node/2-api-6/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/2-node/2-api-7/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/2-node/2-db-2/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/2-node/2-db-3/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/2-node/2-mgm-1/Ndb.cfg | 2 | ||||
-rw-r--r-- | ndb/demos/2-node/2-mgm-1/template_config.ini | 157 |
8 files changed, 0 insertions, 171 deletions
diff --git a/ndb/demos/2-node/2-api-4/Ndb.cfg b/ndb/demos/2-node/2-api-4/Ndb.cfg deleted file mode 100644 index 1713a9b5893..00000000000 --- a/ndb/demos/2-node/2-api-4/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 4 -127.0.0.1 10000 diff --git a/ndb/demos/2-node/2-api-5/Ndb.cfg b/ndb/demos/2-node/2-api-5/Ndb.cfg deleted file mode 100644 index faa2882eeea..00000000000 --- a/ndb/demos/2-node/2-api-5/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 5 -127.0.0.1 10000 diff --git a/ndb/demos/2-node/2-api-6/Ndb.cfg b/ndb/demos/2-node/2-api-6/Ndb.cfg deleted file mode 100644 index bc2c4809453..00000000000 --- a/ndb/demos/2-node/2-api-6/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 6 -127.0.0.1 10000 diff --git a/ndb/demos/2-node/2-api-7/Ndb.cfg b/ndb/demos/2-node/2-api-7/Ndb.cfg deleted file mode 100644 index 4107fdb6c5e..00000000000 --- a/ndb/demos/2-node/2-api-7/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 7 -127.0.0.1 10000 diff --git a/ndb/demos/2-node/2-db-2/Ndb.cfg b/ndb/demos/2-node/2-db-2/Ndb.cfg deleted file mode 100644 index 9315950b67a..00000000000 --- a/ndb/demos/2-node/2-db-2/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 2 -127.0.0.1 10000 diff --git a/ndb/demos/2-node/2-db-3/Ndb.cfg b/ndb/demos/2-node/2-db-3/Ndb.cfg deleted file mode 100644 index 61309af029e..00000000000 --- a/ndb/demos/2-node/2-db-3/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 3 -127.0.0.1 10000 diff --git a/ndb/demos/2-node/2-mgm-1/Ndb.cfg b/ndb/demos/2-node/2-mgm-1/Ndb.cfg deleted file mode 100644 index 61d4c0ecc17..00000000000 --- a/ndb/demos/2-node/2-mgm-1/Ndb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -OwnProcessId 1 -127.0.0.1 10000 diff --git a/ndb/demos/2-node/2-mgm-1/template_config.ini b/ndb/demos/2-node/2-mgm-1/template_config.ini deleted file mode 100644 index 3edb909609a..00000000000 --- a/ndb/demos/2-node/2-mgm-1/template_config.ini +++ /dev/null @@ -1,157 +0,0 @@ -############################################################################### -# -# Initial system configuration file for MySQL Cluster v3.1.0 (Demo 2) -# -############################################################################### - -[COMPUTER] -Id: 1 -ByteOrder: Little -HostName: localhost - -[COMPUTER] -Id: 2 -ByteOrder: Little -HostName: localhost - -[MGM] -Id: 1 -ExecuteOnComputer: 1 -PortNumber: 10000 -PortNumberStats: 10001 -ArbitrationRank: 1 - -[DB DEFAULT] -NoOfReplicas: 2 -#LockPagesInMainMemory: N -StopOnError: N -#MaxNoOfConcurrentOperations: 1024 -#MaxNoOfConcurrentTransactions: 1024 -NoOfIndexPages: 200 -NoOfDataPages: 600 -#TimeBetweenLocalCheckpoints: 20 -#TimeBetweenGlobalCheckpoints: 1500 -#NoOfFragmentLogFiles: 8 -BackupMemory: 4M -BackupDataBufferSize: 2M -BackupLogBufferSize: 2M -BackupWriteSize: 32k - -[DB] -Id: 2 -ExecuteOnComputer: 1 -FileSystemPath: WRITE_PATH_TO_FILESYSTEM_2_HERE - -[DB] -Id: 3 -ExecuteOnComputer: 2 -FileSystemPath: WRITE_PATH_TO_FILESYSTEM_3_HERE - -[API DEFAULT] -ArbitrationRank: 1 - -[API] -Id: 4 -ExecuteOnComputer: 1 - -[API] -Id: 5 -ExecuteOnComputer: 1 - -[API] -Id: 6 -ExecuteOnComputer: 2 - -[API] -Id: 7 -ExecuteOnComputer: 2 - -# Designated MySQL Server API node id -[API] -Id: 11 -ExecuteOnComputer: 1 - -# Designated MySQL Server API node id -[API] -Id: 12 -ExecuteOnComputer: 2 - - -[TCP] -NodeId1: 1 -NodeId2: 2 -PortNumber: 10002 - -[TCP] -NodeId1: 1 -NodeId2: 3 -PortNumber: 10003 - -[TCP] -NodeId1: 2 -NodeId2: 3 -PortNumber: 10004 - -[TCP] -NodeId1: 2 -NodeId2: 4 -PortNumber: 10005 - -[TCP] -NodeId1: 2 -NodeId2: 5 -PortNumber: 10006 - -[TCP] -NodeId1: 2 -NodeId2: 6 -PortNumber: 10007 - -[TCP] -NodeId1: 2 -NodeId2: 7 -PortNumber: 10008 - -[TCP] -NodeId1: 3 -NodeId2: 4 -PortNumber: 10009 - -[TCP] -NodeId1: 3 -NodeId2: 5 -PortNumber: 10010 - -[TCP] -NodeId1: 3 -NodeId2: 6 -PortNumber: 10011 - -[TCP] -NodeId1: 3 -NodeId2: 7 -PortNumber: 10012 - -# Designated MySQL Server API node connection -[TCP] -NodeId1: 2 -NodeId2: 11 -PortNumber: 10013 - -# Designated MySQL Server API node connection -[TCP] -NodeId1: 3 -NodeId2: 11 -PortNumber: 10014 - -# Designated MySQL Server API node connection -[TCP] -NodeId1: 2 -NodeId2: 12 -PortNumber: 10015 - -# Designated MySQL Server API node connection -[TCP] -NodeId1: 3 -NodeId2: 12 -PortNumber: 10016 |