mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix typo
This commit is contained in:
parent
38f36f6b58
commit
c816916fba
@ -9,7 +9,7 @@ CREATE MATERIALIZED VIEW trace_log_01281_mv TO trace_log_01281 AS SELECT * FROM
|
||||
CREATE VIEW trace_log_01281_assert AS SELECT
|
||||
*,
|
||||
throwIf(cnt < 0, 'no memory profile captured'),
|
||||
throwIf(queries != 1, 'too much queries'),
|
||||
throwIf(queries != 1, 'too many queries'),
|
||||
throwIf(alloc < 100e6, 'minimal allocation had not been done'),
|
||||
throwIf((alloc+free)/alloc > 0.05, 'memory accounting leaked more than 5%')
|
||||
FROM (
|
||||
|
Loading…
Reference in New Issue
Block a user