File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/queries/0_stateless Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ SELECT 'can still show the create statement';
3333SHOW CREATE TABLE test1601_detach_permanently_atomic .test_name_reuse FORMAT Vertical;
3434
3535SELECT ' can not attach with bad uuid' ;
36- ATTACH TABLE test1601_detach_permanently_atomic .test_name_reuse UUID ' 00000000-0000-0000-0000-000000000001 ' (` number` UInt64 ) ENGINE = MergeTree ORDER BY tuple() SETTINGS index_granularity = 8192 ; -- { serverError TABLE_ALREADY_EXISTS }
36+ ATTACH TABLE test1601_detach_permanently_atomic .test_name_reuse UUID ' 00000000-0000-0000-0000-000000001601 ' (` number` UInt64 ) ENGINE = MergeTree ORDER BY tuple() SETTINGS index_granularity = 8192 ; -- { serverError TABLE_ALREADY_EXISTS }
3737
3838SELECT ' can attach with short syntax' ;
3939ATTACH TABLE test1601_detach_permanently_atomic .test_name_reuse ;
You can’t perform that action at this time.
0 commit comments