Skip to content

Commit

Permalink
Document LEVEL in PLG$PROF_RECORD_SOURCES and `PLG$PROF_RECORD_SO…
Browse files Browse the repository at this point in the history
…URCE_STATS_VIEW`

FirebirdSQL/firebird#7687
  • Loading branch information
mrotteveel committed Aug 8, 2023
1 parent 49eab7c commit 15e584a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ Profiler information on record sources.
|INTEGER
|Parent record source id

|LEVEL
|INTEGER
|Indentation level for the record source

|ACCESS_PATH
|VARCHAR(255)
|Access path of the record source
Expand Down Expand Up @@ -404,6 +408,10 @@ Profiler aggregated view for record source statistics.
|INTEGER
|Parent record source id

|LEVEL
|INTEGER
|Indentation level for the record source

|ACCESS_PATH
|VARCHAR(255)
|Access path of the record source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ a|* Removed unnecessary references to older Firebird versions
* Documented that `OVERRIDING USER VALUE` also works for `GENERATED ALWAYS` identity columns
* Document `QUARTER` for `EXTRACT`, `FIRST_DAY`, and `LAST_DAY`
* Document `DECFLOAT_ROUND` and `DECFLOAT_TRAPS` for `RDB$GET_CONTEXT`
* Document `LEVEL` in `PLG$PROF_RECORD_SOURCES` and `PLG$PROF_RECORD_SOURCE_STATS_VIEW`
* ...

|0.4
Expand Down

0 comments on commit 15e584a

Please sign in to comment.