Update 02287_ephemeral_format_crash.sql

This commit is contained in:
Yakov Olkhovskiy 2022-12-23 10:42:14 -05:00 committed by GitHub
parent 3d04a33de5
commit 168ba57ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ CREATE TABLE test(a UInt8, b String EPHEMERAL test) Engine=Memory(); -- { server
CREATE TABLE test(a UInt8, b String EPHEMERAL 1+2) Engine=Memory();
SHOW CREATE TABLE test;
DROP TABLE test;
DROP TABLE test;