[MDEV-6695] Bad column name for UCS2 string literals Created: 2014-09-04  Updated: 2014-09-04  Resolved: 2014-09-04

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 5.3.12, 5.5.39, 10.0.13
Fix Version/s: 10.0.14

Type: Bug Priority: Major
Reporter: Alexander Barkov Assignee: Alexander Barkov
Resolution: Fixed Votes: 0
Labels: None


 Description   

MariaDB [test]> set names utf8, character_set_connection=ucs2; select 'a','aa';
Query OK, 0 rows affected (0.00 sec)
 
+---+-----+
|   | 愀  |
+---+-----+
| a | aa  |
+---+-----+
1 row in set (0.00 sec)

Column names are bad.
The expected names for the first and the second columns should be 'a' and 'aa' respectively.


Generated at Thu Feb 08 07:13:54 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.