Update reference

This commit is contained in:
Pavel Kruglov 2021-01-29 23:15:26 +03:00
parent 78371e15dc
commit d3fe53a44f
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -35,6 +35,6 @@ SELECT max(x) FROM select_final FINAL;
SYSTEM FLUSH LOGS;
SELECT length(thread_ids) > 1 FROM system.query_log WHERE query='SELECT max(x) FROM select_final FINAL;' AND type='QueryFinish' ORDER BY event_time DESC LIMIT 1;
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;
DROP TABLE select_final;