ClickHouse/tests/queries/0_stateless/02831_regexp_analyze_recursion.sql

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

2 lines
62 B
MySQL
Raw Normal View History

SELECT match('', repeat('(', 100000)); -- { serverError 427 }