Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.1.13
-
None
-
CentOS 7
MariaDb 10.1.12/MariaDB 10.1.13
Description
Execute this command:
select SUBSTR("MariaDB", 1, 1); show warnings; |
Return this message :
+---------+------+---------------------------------------+
|
| Level | Code | Message |
|
+---------+------+---------------------------------------+
|
| Warning | 1292 | Truncated incorrect DOUBLE value: 'M' |
|
+---------+------+---------------------------------------+
|
This message does not seem to be correct. I did not understand the function of connection with the double.
In MySQL we do not have that message.