Skip to content

Commit

Permalink
Deprecate database allocator (#1755)
Browse files Browse the repository at this point in the history
Both initial settings and procedure to set.

Counterpart of neo-technology/neo4j#26599
  • Loading branch information
gfx54b authored Aug 5, 2024
1 parent 8382788 commit eaa248a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ m|+++false+++
|===


[role=label--enterprise-edition]
[role=label--enterprise-edition label--deprecated-5.23]
[[config_initial.dbms.database_allocator]]
=== `initial.dbms.database_allocator`

Expand Down
12 changes: 6 additions & 6 deletions modules/ROOT/pages/reference/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,6 @@ In 4.2, signature changed to `db.listLocks() :: (mode :: STRING, resourceType ::
| label:yes[]
| label:admin-only[] label:not-aura[Not available on Aura]

| xref:reference/procedures.adoc#procedure_dbms_setDatabaseAllocator[`dbms.setDatabaseAllocator()`]
| label:no[]
| label:yes[]
| label:admin-only[]

| xref:reference/procedures.adoc#procedure_dbms_setDefaultAllocationNumbers[`dbms.setDefaultAllocationNumbers()`]
| label:no[]
| label:yes[]
Expand Down Expand Up @@ -489,6 +484,11 @@ Replaced by: xref:reference/procedures.adoc#procedure_dbms_routing_getroutingtab
Before Neo4j 5.23, the procedure can be run only with the `Admin` privileges. +
Replaced by xref:clustering/server-syntax.adoc#server-management-syntax[`ENABLE SERVER`].

| xref:reference/procedures.adoc#procedure_dbms_setDatabaseAllocator[`dbms.setDatabaseAllocator()`]
| label:no[]
| label:yes[]
| label:admin-only[] label:deprecated[Deprecated in 5.23]

// New in 4.1
| xref:reference/procedures.adoc#procedure_dbms_upgrade[`dbms.upgrade()`]
| label:yes[]
Expand Down Expand Up @@ -2086,7 +2086,7 @@ m|DBMS


[[procedure_dbms_setDatabaseAllocator]]
[role=label--enterprise-edition label--admin-only]
[role=label--enterprise-edition label--admin-only label--deprecated-5.23]
.dbms.setDatabaseAllocator()
[cols="<15s,<85"]
|===
Expand Down

0 comments on commit eaa248a

Please sign in to comment.