Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0(EOL), 10.1(EOL)
-
None
-
10.1.10, 10.1.11
Description
SELECT CAST(_latin1 0x01 AS INT);
|
SHOW WARNINGS;
|
returns this warning:
+---------+------+----------------------------------------+
|
| Level | Code | Message |
|
+---------+------+----------------------------------------+
|
| Warning | 1292 | Truncated incorrect INTEGER value: '<garbage>�' |
|
+---------+------+----------------------------------------+
|
Notice, the unreadable control character 0x01 is printed as is. It should be escaped.