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

2023-07-22 03:05:51 +00:00
SELECT match('', repeat('(', 100000)); -- { serverError 306 }