mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update test
This commit is contained in:
parent
d3fe53a44f
commit
2a3aaed562
@ -6,4 +6,4 @@
|
|||||||
2020-01-01 00:00:00 2
|
2020-01-01 00:00:00 2
|
||||||
1
|
1
|
||||||
499999
|
499999
|
||||||
1
|
5
|
||||||
|
@ -35,6 +35,6 @@ SELECT max(x) FROM select_final FINAL;
|
|||||||
|
|
||||||
SYSTEM FLUSH LOGS;
|
SYSTEM FLUSH LOGS;
|
||||||
|
|
||||||
SELECT length(thread_ids) > 1 FROM system.query_log WHERE query='SELECT max(x) FROM select_final FINAL;' AND type='QueryFinish' AND current_database = currentDatabase() ORDER BY event_time DESC LIMIT 1;
|
SELECT length(thread_ids) FROM system.query_log WHERE query='SELECT max(x) FROM select_final FINAL;' AND type='QueryFinish' AND current_database = currentDatabase() ORDER BY event_time DESC LIMIT 1;
|
||||||
|
|
||||||
DROP TABLE select_final;
|
DROP TABLE select_final;
|
||||||
|
Loading…
Reference in New Issue
Block a user