Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
5.3.12, 5.5.39, 10.0.13
-
None
-
None
Description
Run this SQL script in a UTF8 console:
SET NAMES binary;
|
SELECT 'aa','aä','äa','ää';
|
The output is:
+----+-----+-----+------+
|
| aa | aä | a | |
|
+----+-----+-----+------+
|
| aa | aä | äa | ää |
|
+----+-----+-----+------+
|
Column names for the third and the fourth columns are wrong.