Update 01710_projection_fetch.sql

This commit is contained in:
Nikolai Kochetov 2021-05-19 13:46:09 +03:00 committed by GitHub
parent 098b9d04d2
commit a954e01897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ select count() from system.projection_parts where table = 'tp_2' and name = 'pp'
show create table tp_2; show create table tp_2;
alter table tp_1 clear projection pp; alter table tp_1 clear projection pp;
system sync replica tp_2;
select * from system.projection_parts where table = 'tp_2' and name = 'pp' and active; select * from system.projection_parts where table = 'tp_2' and name = 'pp' and active;
show create table tp_2; show create table tp_2;