Page MenuHomePhabricator

Remove the "ONLY_FULL_GROUP_BY" SQL mode setup warning and change the setup key for "STRICT_ALL_TABLES"
ClosedPublic

Authored by epriestley on Sep 8 2019, 8:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 5, 7:41 AM
Unknown Object (File)
Mar 28 2026, 3:31 PM
Unknown Object (File)
Mar 28 2026, 7:08 AM
Unknown Object (File)
Jan 14 2026, 9:06 AM
Unknown Object (File)
Dec 10 2025, 3:51 PM
Unknown Object (File)
Dec 10 2025, 3:43 PM
Unknown Object (File)
Oct 19 2025, 11:28 AM
Unknown Object (File)
Oct 14 2025, 5:32 PM
Subscribers
None

Details

Summary

Ref T13404. Except for one known issue in Multimeter, Phabricator appears to function properly in this mode. It is broadly desirable that we run in this mode; it's good on its own, and enabled by default in at least some recent MySQL.

Additionally, "ONLY_FULL_GROUP_BY" and "STRICT_ALL_TABLES" shared a setup key, so ignoring one would ignore both. Change the key so that existing ignores on "ONLY_FULL_GROUP_BY" do not mask "STRICT_ALL_TABLES" warnings.

Test Plan

Grepped for ONLY_FULL_GROUP_BY.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable