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
-
- In Review
-