Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The following query:
SELECT table2 .`col_int_nokey`, table1 .`col_int_nokey` FROM CC table1 JOIN C table2 ON table2 .`pk` = table1 .`col_int_nokey` WHERE table1 .`pk` ;
returns one row where table1 .`col_int_nokey` is NULL even though the ON condition should not match such rows.
maria-5.3 is not affected.