Skip to content

Commit 50b9f08

Browse files
Clarify indexes return column for SHOW TRANSACTIONS when dynamic values are used (#1365)
1 parent 23a5a5d commit 50b9f08

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
@@ -91,7 +91,8 @@ For details, see xref::planning-and-tuning/runtimes/index.adoc[Cypher runtime].
9191
m| STRING
9292

9393
m| indexes
94-
a| The indexes utilised by the query currently executing in this transaction, or `null` if no query is currently executing.
94+
a| The indexes utilized by the query currently executing in this transaction, or `null` if no query is currently executing.
95+
Only indexes evaluating static node labels and relationship types are shown in this column.
9596
m| LIST<MAP>
9697

9798

0 commit comments

Comments
 (0)