Fixed test [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2018-03-02 10:43:47 +03:00
parent 22bbc9f08c
commit 9024cf5fc8

View File

@ -200,4 +200,4 @@ optimize table test.mult_tab;
select 'table with 2 blocks optimized';
select * from test.mult_tab;
DROP TABLE test.mult_tab;