Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Critical
-
Resolution: Unresolved
-
11.3.2, 10.6, 10.11, 10.4(EOL), 10.5(EOL), 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL)
-
Q4/2025 Server Maintenance
Description
Run the following statement, in which the first query returns an incorrect query result.
CREATE TABLE t1 (c1 float, KEY i1 (c1)); |
INSERT INTO t1(c1) VALUES (-9.183); |
SELECT c1 FROM t1 WHERE (BINARY c1) NOT IN (SELECT c1 FROM t1 USE INDEX (i1)); -- actual:{}, expected: {-9.183} |
Attachments
Issue Links
- relates to
-
MDEV-36389 Incorrect query results for an indexed text column
-
- Stalled
-
-
MDEV-36315 Inconsistent query result caused by index
-
- Stalled
-