ClickHouse/tests/queries/0_stateless/02813_starting_in_text_log.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
196 B
MySQL
Raw Normal View History

2023-07-19 08:46:57 +00:00
SYSTEM FLUSH LOGS;
SET max_rows_to_read = 0; -- system.text_log can be really big
2023-07-19 13:29:07 +00:00
SELECT count() > 0 FROM system.text_log WHERE event_date >= yesterday() AND message LIKE '%Starting ClickHouse%';