[MDEV-7629] Regression: Bit and hex string literals changed column names in 10.0.14 Created: 2015-02-25  Updated: 2015-02-25  Resolved: 2015-02-25

Status: Closed
Project: MariaDB Server
Component/s: Character Sets
Affects Version/s: None
Fix Version/s: 10.0.18

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


 Description   

Bit and hex string literals unintentionally changed column names in 10.0.14 (possibly a fix for MDEV-6688)

Before the change:

mysql> SELECT _utf8 X'63', _utf8 B'01111110';
+-------------+-------------------+
| _utf8 X'63' | _utf8 B'01111110' |
+-------------+-------------------+
| c           | ~                 |
+-------------+-------------------+

after the change:

mysql> SELECT _utf8 X'63', _utf8 B'01111110';
+---+---+
| c | ~ |
+---+---+
| c | ~ |
+---+---+


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