-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create MaterializeMySQL cause clickhouse server Segmentation fault #16372
Comments
Try to build the newest version? |
Upgrade to version 20.11.2.1 (official build) still has this error. |
Could you provide you table structure under the mysql database? |
Over 70 tables, and I don't know which one's causing the problems. |
I think you can use information_schema to verify which type of cols under the table. e.g.
|
|
DISTINCT records
|
(you don't have to strictly follow this form)
Describe the bug
After create database with engine MaterializeMySQL, clickhouse server Segmentation fault and restart
How to reproduce
CREATE DATABASE xxx ENGINE = MaterializeMySQL('host', 'dbname', 'user', 'pass');
Error message and/or stacktrace
The text was updated successfully, but these errors were encountered: