Skip to content

Commit 2d1be99

Browse files
NataliaIvakinarenetapopova
authored andcommitted
Change the signature for the dbms.cluster.checkConnectivity procedure (#1791)
related to the [PR#26817](neo-technology/neo4j#26817)
1 parent f66fd09 commit 2d1be99

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
@@ -1676,7 +1676,7 @@ Check the connectivity of this instance to other cluster members.
16761676
Not all ports are relevant to all members.
16771677
Valid values for 'port-name' are: [CLUSTER, RAFT].
16781678
| Signature
1679-
m|dbms.cluster.checkConnectivity(port-name = null :: STRING, server = null :: STRING) :: (serverId :: STRING, mode-constraint :: STRING, port-name :: STRING, port-address :: STRING, result :: STRING)
1679+
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)
16801680
| Mode
16811681
m|DBMS
16821682
|===

0 commit comments

Comments
 (0)