Skip to content
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

tidb 5.0.2 character set utf8mb4_general_ci is still case sensitive #25368

Closed
An0nymous0 opened this issue Jun 11, 2021 · 4 comments
Closed

tidb 5.0.2 character set utf8mb4_general_ci is still case sensitive #25368

An0nymous0 opened this issue Jun 11, 2021 · 4 comments
Assignees
Labels
sig/sql-infra SIG: SQL Infra type/question The issue belongs to a question.

Comments

@An0nymous0
Copy link

image
image
image

@An0nymous0 An0nymous0 added the type/bug The issue is confirmed as a bug. label Jun 11, 2021
@xiongjiwei
Copy link
Contributor

please check the result

SELECT VARIABLE_VALUE FROM mysql.tidb WHERE VARIABLE_NAME='new_collation_enabled';

ref https://docs.pingcap.com/tidb/stable/character-set-and-collation#new-framework-for-collations

@An0nymous0
Copy link
Author

An0nymous0 commented Jun 15, 2021

This problem occurred when I upgraded from 5.0.1 to 5.0.2.

It's good after modifying new_collation_enabled is ture,The document says that new_collations_enabled_on_first_bootstrap cannot be set for existing clusters. I added that it took effect after restarting.

Also is it related to #24541

@jebter jebter added the sig/sql-infra SIG: SQL Infra label Jun 22, 2021
@aytrack
Copy link
Contributor

aytrack commented Jul 22, 2021

This problem occurred when I upgraded from 5.0.1 to 5.0.2.

It's good after modifying new_collation_enabled is ture,The document says that new_collations_enabled_on_first_bootstrap cannot be set for existing clusters. I added that it took effect after restarting.

Also is it related to #24541

Did you mean it took effect while you just edited the config and restarted the cluster? This should not take effect without deploying a new cluster.

@jebter jebter added type/question The issue belongs to a question. and removed type/bug The issue is confirmed as a bug. labels Jul 30, 2021
@Defined2014
Copy link
Contributor

No reply for a long time, so close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/sql-infra SIG: SQL Infra type/question The issue belongs to a question.
Projects
None yet
Development

No branches or pull requests

6 participants