Page MenuHomePhabricator

Load all keys, support unique keys, and provide an "all issues" view
ClosedPublic

Authored by epriestley on Sep 19 2014, 2:30 PM.
Tags
None
Referenced Files
F13092128: D10525.diff
Thu, Apr 25, 3:25 AM
Unknown Object (File)
Mon, Apr 8, 7:46 AM
Unknown Object (File)
Mon, Apr 1, 2:44 AM
Unknown Object (File)
Fri, Mar 29, 3:31 PM
Unknown Object (File)
Thu, Mar 28, 8:10 AM
Unknown Object (File)
Mar 25 2024, 6:35 PM
Unknown Object (File)
Mar 25 2024, 6:35 PM
Unknown Object (File)
Mar 25 2024, 6:35 PM
Subscribers

Details

Summary

Ref T1191. Three parts:

  • The old way of getting key information only got primary / unique / foreign keys, not all keys. Use SHOW INDEXES to get all keys instead.
  • Track key uniqueness and raise warnings about it.
  • Add a new "all issues" view to show an expanded, flat view of all issues. This is just an easier way to get a list so you don't have to dig around in the hierarchical view.
Test Plan

Screen_Shot_2014-09-19_at_7.25.40_AM.png (1×1 px, 273 KB)

Screen_Shot_2014-09-19_at_7.19.22_AM.png (1×1 px, 300 KB)

Diff Detail

Repository
rP Phabricator
Branch
utfx2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2589
Build 2593: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Load all keys, support unique keys, and provide an "all issues" view.
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.Sep 19 2014, 5:14 PM
This revision was automatically updated to reflect the committed changes.