Details
-
Bug
-
Status: In Review (View Workflow)
-
Critical
-
Resolution: Unresolved
-
11.8.1, 11.8
-
Q3/2025 Maintenance
Description
I run the following statements, in which an incorrect query result is returned.
CREATE TABLE t1 (c1 TEXT, UNIQUE (c1(1))); |
INSERT INTO t1 (c1) VALUES ('a'); |
SELECT c1 FROM t1 WHERE ('abc' IN (SELECT c1 FROM t1)) IS FALSE; -- {}, expected: {a} |
Attachments
Issue Links
- relates to
-
MDEV-36315 Inconsistent query result caused by index
-
- Stalled
-