Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
Description
SELECT TIMESTAMP(0)='z', TIME(0)='z'; |
SHOW WARNINGS;
|
+---------+------+-------------------------------------+
|
| Level | Code | Message |
|
+---------+------+-------------------------------------+
|
| Warning | 1292 | Incorrect datetime value: 'z' |
|
| Warning | 1292 | Truncated incorrect time value: 'z' |
|
+---------+------+-------------------------------------+
|
Perhaps the same warning should be displayed.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-
- relates to
-
MDEV-17634 Regression: TIME(0)=TIME('z') returns NULL vs 1
-
- Closed
-
-
MDEV-17563 Different results using table or view when comparing values of time type
-
- Closed
-
-
MDEV-17632 Inconsistent behavior of conversion to DATETIME for comparison
-
- Open
-
Activity
Rank | Ranked higher |
Link | This issue relates to MDEV-17632 [ MDEV-17632 ] |
Link |
This issue relates to |
Link |
This issue relates to |
issue.field.resolutiondate | 2018-11-08 06:04:28.0 | 2018-11-08 06:04:28.997 |
Fix Version/s | 10.4.0 [ 23115 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 90449 ] | MariaDB v4 [ 155157 ] |
Fixed as a part of a join patch for
MDEV-17563andMDEV-17625