Skip to content

Commit 03494d8

Browse files
Change the signature for the dbms.cluster.checkConnectivity procedure (#1791)
related to the [PR#26817](neo-technology/neo4j#26817)
1 parent c520c93 commit 03494d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/reference/procedures.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ Check the connectivity of this instance to other cluster members.
16811681
Not all ports are relevant to all members.
16821682
Valid values for 'port-name' are: [CLUSTER, RAFT].
16831683
| Signature
1684-
m|dbms.cluster.checkConnectivity(port-name = null :: STRING, server = null :: STRING) :: (serverId :: STRING, mode-constraint :: STRING, port-name :: STRING, port-address :: STRING, result :: STRING)
1684+
m|dbms.cluster.checkConnectivity(port-name = null :: STRING, server = null :: STRING) :: (serverId :: STRING, name :: STRING, address :: STRING, mode-constraint :: STRING, port-name :: STRING, port-address :: STRING, result :: STRING)
16851685
| Mode
16861686
m|DBMS
16871687
|===

0 commit comments

Comments
 (0)