Changing storage engine; rebuild table; change file_per_table, ALTER COLUMN OF TABLE, Change auto-increment value, Renaming a MySQL table, ALTER table add INDEX, Changing the type of a primary key ...
In MySQL testdb create table foo (id int primary key), insert into foo(id) values (1)-> table appears in ClickHouse testdb_sink as expected. In MySQL testdb rename ...