Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
11.8.1, 10.5, 10.6, 10.11, 11.4
Description
I run the following statements, in which an empty query result should be reuturned.
DROP TABLE IF EXISTS t1; |
CREATE TABLE t1 (c1 BLOB NOT NULL); |
INSERT INTO t1 (c1) VALUES (1); |
SELECT c1 FROM t1 WHERE c1 NOT LIKE c1; -- actual:{1}, expected:{} |
Attachments
Issue Links
- relates to
-
MDEV-36235 Incorrect result for BETWEEN over unique blob prefix
-
- Closed
-
Activity
Transition | Time In Source Status | Execution Times |
---|
|
2h 10m | 1 |
|
31d 22h 11m | 1 |
|
3h 50m | 2 |
|
3d 6h 44m | 3 |
|
7d 9h 13m | 3 |
|
2d 4h 18m | 1 |