Bug 964591 - Allow more than 32k components
Summary: Allow more than 32k components
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Database
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: 4.4
Assignee: Simon Green
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-19 05:37 UTC by Simon Green
Modified: 2018-12-09 06:29 UTC (History)
3 users (show)

Fixed In Version: 4.4.0009
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-04 00:45:58 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Mozilla Foundation 903895 0 None None None Never

Description Simon Green 2013-05-19 05:37:41 UTC
Upstream Bugzilla currently make the component.id value and its foreign keys as MEDIUMINT (which allows values up to 32767), while our Bugzilla is type INT (up to 8M components!). While we have this as a customisation, it will be good for us to send it upstream.

It also means that newly created database (from checksetup.pl) work correctly.

  -- simon

Comment 4 Simon Green 2013-10-04 00:45:58 UTC
This change is now live. If there are any issues, do not reopen this bug.
Instead, you should create a new bug and reference this bug.

  -- simon


Note You need to log in before you can comment on or make changes to this bug.