You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
createdatabaseif not exists x;
droptable if exists x.y;
createtablex.y (a varchar(100) charset 'utf8mb4', b varchar(100) charset 'utf8', c varchar(100) charset 'ascii');
show create table x.y;
What did you expect to see?
The character sets of the non-default columns should be retained
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
The character sets of the non-default columns should be retained
The schema has no charset information
Note that the charset are present when queried through the HTTP status port.
tidb-server -V
or runselect tidb_version();
on TiDB)?The text was updated successfully, but these errors were encountered: