Skip to content

Commit c6d8aea

Browse files
fix 3.2 explain plan ref
1 parent 852b7e5 commit c6d8aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/release-notes/3.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ representing the number of index keys examined during index scans.
12061206
Prior to 3.2, ``keysExamined`` count in some queries did not include the
12071207
last scanned key. As of 3.2 this error has been corrected. For more
12081208
information, see
1209-
:data:`~explain.executionStats.executionStages.inputStage`.
1209+
:data:`~explain.executionStats.executionStages.inputStage.keysExamined`.
12101210

12111211
The diagnostic logs and the system profiler report on this statistic.
12121212

0 commit comments

Comments
 (0)