ClickHouse/tests/queries/0_stateless/00976_max_execution_speed.sql

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

3 lines
147 B
MySQL
Raw Normal View History

2024-07-24 02:27:11 +00:00
SET max_execution_speed = 1, max_execution_time = 3, max_rows_to_read = 0;
SELECT count() FROM system.numbers; -- { serverError TIMEOUT_EXCEEDED }