mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
01054_cache_dictionary_overflow_cell: Drop database at the end
This commit is contained in:
parent
90294e6dd8
commit
0e5cfdbb9d
@ -54,3 +54,4 @@ FROM
|
|||||||
);
|
);
|
||||||
|
|
||||||
DROP TABLE if exists test_01054.ints;
|
DROP TABLE if exists test_01054.ints;
|
||||||
|
DROP DATABASE test_01054_overflow;
|
||||||
|
Loading…
Reference in New Issue
Block a user