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.

3 lines
133 B
MySQL
Raw Normal View History

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