Skip to content

Commit c47a3bb

Browse files
author
Hery Ramilison
committed
Reverting BUG#89623, BUG#27539823:
1 parent 26f1bc3 commit c47a3bb

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

storage/ndb/mcc/frontend/js/mcc/configuration/parameters.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -334,27 +334,6 @@ var processParameterDefaults= {
334334
visibleInstance: false,
335335
advancedLevel: true
336336
},
337-
ServerPort: {
338-
label: "ServerPort",
339-
docurl: mcc.util.getDocUrlRoot() + "mysql-cluster" +
340-
"-ndbd-definition.html#ndbparam-ndbd-ServerPort",
341-
tooltip: "If you need to be able to open specific ports in a " +
342-
"firewall to permit communication between data nodes and API " +
343-
"nodes (including SQL nodes), you can set this parameter to " +
344-
"the number of the desired port",
345-
constraints: {min: 0, max: 65535, places: 0, pattern: "#"},
346-
attribute: "ServerPort",
347-
destination: "config.ini",
348-
overridableType: true,
349-
overridableInstance: false,
350-
widget: dijit.form.NumberSpinner,
351-
width: "50%",
352-
defaultValueType: 11860,
353-
defaultValueInstance: [],
354-
visibleType: true,
355-
visibleInstance: false,
356-
advancedLevel: true
357-
},
358337
LateAlloc: {
359338
label: "LateAlloc",
360339
docurl: mcc.util.getDocUrlRoot() + "mysql-cluster" +

0 commit comments

Comments
 (0)