ClickHouse/tests/queries/0_stateless/02679_query_parameters_dangling_pointer.sql

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

5 lines
168 B
MySQL
Raw Normal View History

2023-03-11 19:18:01 +00:00
-- There is no use-after-free in the following query:
SET param_o = 'a';
CREATE TABLE test.xxx (a Int64) ENGINE=MergeTree ORDER BY ({o:String}); -- { serverError 44 }