-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
init_replica: ERROR 1270 (HY000): Illegal mix of collations #5
Comments
Note we got a similar issue with a table that contains a bit column:
|
thanks for the report. I'll have a look asap. |
can you please test the branch ver1.5? I've added a cast with character set on the column generation. Thanks |
running tests right now |
those channel_attribute* tables are now running without issues when running init_replica |
thank you for the quick feedback :) |
We got the following table:
This table produces the following issue when running init_replica:
running the sql manually shows the following extra error:
The issue is primarily with the value column - removing it from the sql and it works.
The text was updated successfully, but these errors were encountered: