Update test

This commit is contained in:
Pavel Kruglov 2021-01-30 00:41:44 +03:00
parent d3fe53a44f
commit 2a3aaed562
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@
2020-01-01 00:00:00 2 2020-01-01 00:00:00 2
1 1
499999 499999
1 5

View File

@ -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;