Add a test

This commit is contained in:
Alexey Milovidov 2023-03-11 20:18:01 +01:00
parent 4cfc040829
commit dccd919a41
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- 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 }