Added a test

This commit is contained in:
Alexey Milovidov 2019-02-11 17:55:24 +03:00
parent 7b312c6df2
commit 6610e0cf29
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
CREATE TEMPORARY TABLE t1 (x UInt8);
INSERT INTO t1 VALUES (1);
SELECT * FROM t1;
CREATE TEMPORARY TABLE test.t2 (x UInt8); -- { serverError 442 }