01054_cache_dictionary_overflow_cell: Drop database at the end

This commit is contained in:
Raúl Marín 2021-08-17 18:27:51 +02:00
parent 90294e6dd8
commit 0e5cfdbb9d

View File

@ -54,3 +54,4 @@ FROM
); );
DROP TABLE if exists test_01054.ints; DROP TABLE if exists test_01054.ints;
DROP DATABASE test_01054_overflow;