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, Oct 28, 11:29 AM
Unknown Object (File)
Oct 22 2024, 5:50 PM
Unknown Object (File)
Oct 22 2024, 5:48 PM
Unknown Object (File)
Oct 22 2024, 5:42 PM
Unknown Object (File)
Oct 22 2024, 4:33 PM
Unknown Object (File)
Oct 22 2024, 4:28 PM
Unknown Object (File)
Oct 22 2024, 4:28 PM
Unknown Object (File)
Oct 22 2024, 2:32 PM
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.