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
Unknown Object (File)
Thu, Mar 28, 8:10 AM
Unknown Object (File)
Mon, Mar 25, 6:35 PM
Unknown Object (File)
Mon, Mar 25, 6:35 PM
Unknown Object (File)
Mon, Mar 25, 6:35 PM
Unknown Object (File)
Sat, Mar 16, 4:35 AM
Unknown Object (File)
Fri, Mar 15, 8:40 AM
Unknown Object (File)
Jan 24 2024, 7:50 AM
Unknown Object (File)
Jan 16 2024, 12:13 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.