Page MenuHomePhabricator

Fix not blocking / not blocked queries
ClosedPublic

Authored by epriestley on Mar 3 2015, 12:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 5, 6:09 PM
Unknown Object (File)
Apr 23 2025, 11:39 PM
Unknown Object (File)
Apr 21 2025, 1:58 PM
Unknown Object (File)
Apr 21 2025, 8:14 AM
Unknown Object (File)
Apr 20 2025, 8:55 PM
Unknown Object (File)
Apr 12 2025, 2:07 PM
Unknown Object (File)
Apr 10 2025, 1:27 PM
Unknown Object (File)
Apr 5 2025, 4:15 AM
Subscribers

Details

Summary

Fixes T7434. We need to LEFT JOIN, not JOIN here, because we still want result rows where the value is null.

Test Plan

Issued blocked/not-blocked + blocking/not-blocking queries, got results in all cases.

Diff Detail

Repository
rP Phabricator
Branch
block
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4717
Build 4731: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Fix not blocking / not blocked queries.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 3 2015, 12:59 AM
This revision was automatically updated to reflect the committed changes.