Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make rc_id unsigned | Amir Sarabadani | 2021-03-01 | 1 | -0/+6 |
On very heavily edited wikis, it is possible for the value of signed int to be too small. This increases the max value of rc_id from 2,147,483,647 to 4,294,967,295. It also makes it more consistent with AUTO_INCREMENT PRIMARY KEY columns on other tables. This patch doesn't apply to Sqlite or Postgres. Bug: T62962 Change-Id: I3e2c1cf20004dcdeaf195611f762a8f6ffd2bff2 |