https://bugzilla.wikimedia.org/show_bug.cgi?id=60962

       Web browser: ---
            Bug ID: 60962
           Summary: rc_id should be unsigned
           Product: MediaWiki
           Version: 1.23-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: Database
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: nathanlarson3...@gmail.com
    Classification: Unclassified
   Mobile Platform: ---

rc_id will hit its max at 2147483647 rather than 4294967295 because it's an int
rather than an unsigned int. Therefore, it should be changed to unsigned.

Maybe this is also a good opportunity to change it to an unsigned bigint, since
it's at 600 million already on enwiki and at the current rate of increase could
reach its limit in our lifetime.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to