Page MenuHomePhabricator

Fix "ONLY_FULL_GROUP_BY" issue in SystemAction queries
ClosedPublic

Authored by epriestley on Sep 3 2019, 11:43 PM.
Tags
None
Referenced Files
F15601423: D20782.diff
Wed, May 14, 1:41 AM
Unknown Object (File)
Sat, Apr 26, 6:26 PM
Unknown Object (File)
Mon, Apr 21, 5:09 AM
Unknown Object (File)
Sat, Apr 19, 2:54 PM
Unknown Object (File)
Fri, Apr 18, 11:31 AM
Unknown Object (File)
Mar 21 2025, 7:02 PM
Unknown Object (File)
Mar 21 2025, 6:29 AM
Unknown Object (File)
Mar 19 2025, 5:51 PM
Subscribers
None

Details

Summary

Ref T13404. This query is invalid under "sql_mode=ONLY_FULL_GROUP_BY". Rewrite it to avoid interacting with actorIdentity at all; this is a little more robust in the presence of weird data and not really more complicated.

Test Plan
  • Enabled "ONLY_FULL_GROUP_BY".
  • Hit system actions (e.g., login).
    • Before: error.
    • After: clean login.
  • Tried to login with a bad password many times in a row, got properly limited by the system action rate limiter.

Diff Detail

Repository
rP Phabricator
Branch
group1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23379
Build 32116: Run Core Tests
Build 32115: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 3 2019, 11:50 PM
This revision was automatically updated to reflect the committed changes.