Skip to content

Commit

Permalink
Merge pull request ClickHouse#54899 from ClickHouse/serxa-patch-3
Browse files Browse the repository at this point in the history
Docs. Fix column name and type
  • Loading branch information
robot-ch-test-poll authored Sep 22, 2023
2 parents 3a2ca1f + 5c674e5 commit 118a068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/operations/system-tables/trace_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Columns:
- `MemoryPeak` represents collecting updates of peak memory usage.
- `ProfileEvent` represents collecting of increments of profile events.

- `thread_number` ([UInt32](../../sql-reference/data-types/int-uint.md)) — Thread identifier.
- `thread_id` ([UInt64](../../sql-reference/data-types/int-uint.md)) — Thread identifier.

- `query_id` ([String](../../sql-reference/data-types/string.md)) — Query identifier that can be used to get details about a query that was running from the [query_log](#system_tables-query_log) system table.

Expand Down

0 comments on commit 118a068

Please sign in to comment.