Altinity / clickhouse-mysql-data-reader

utility to read mysql data
MIT License
369 stars 94 forks source link

No errors in case of MySQL schema mismatch #151

Open valery-panov opened 5 years ago

valery-panov commented 5 years ago

Hello,

Just found an issue: we've added a new column to the table being replicated via clickhouse-mysql to Clickhouse. Clickhouse did not have that column.

The replication immediately stopped but there were no error messages in the log. In fact, everything was exactly as during normal operations.

The loglevel is set to 'INFO'.