Skip to content

Commit ba533bf

Browse files
Clarify indexes return column for SHOW TRANSACTIONS when dynamic values are used (#1365)
1 parent de2e755 commit ba533bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/clauses/transaction-clauses.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ a| The name of the Cypher runtime used by the query currently executing in this
9090
m| STRING
9191

9292
m| indexes
93-
a| The indexes utilised by the query currently executing in this transaction, or an empty list if no query is currently executing.
93+
a| The indexes utilized by the query currently executing in this transaction, or an empty list if no query is currently executing.
94+
Only indexes evaluating static node labels and relationship types are shown in this column.
9495
m| LIST<MAP>
9596

9697
// New in 5.0

0 commit comments

Comments
 (0)