![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: d8e7f21889b0a89f46896343287b1d800e4d679f
https://github.com/dreamwidth/dw-free/commit/d8e7f21889b0a89f46896343287b1d800e4d679f
Author: mark <[email protected]>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M bin/upgrading/update-db-general.pl
Log Message:
-----------
Change MEDIUMINT to INT for comments/counters
Note: this does not include the normal "upgrade" pathway, because
actually upgrading these columns is a very time-consuming operation and
not needed by almost anybody. If someone needs to expand their columns,
they can do it manually.
The reason for changing the table creation commands, though, is to
future-proof further Dreamwidth clusters, and to make it so future
installations use the wider column widths.
There are no code implications by having the clusters
widened. Dreamwidth runs with one cluster that uses MEDIUMINTs and one
that uses the INTs. The code doesn't care anymore (it used to, but that
was fixed a while ago).
Home: https://github.com/dreamwidth/dw-free
Commit: d8e7f21889b0a89f46896343287b1d800e4d679f
https://github.com/dreamwidth/dw-free/commit/d8e7f21889b0a89f46896343287b1d800e4d679f
Author: mark <[email protected]>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M bin/upgrading/update-db-general.pl
Log Message:
-----------
Change MEDIUMINT to INT for comments/counters
Note: this does not include the normal "upgrade" pathway, because
actually upgrading these columns is a very time-consuming operation and
not needed by almost anybody. If someone needs to expand their columns,
they can do it manually.
The reason for changing the table creation commands, though, is to
future-proof further Dreamwidth clusters, and to make it so future
installations use the wider column widths.
There are no code implications by having the clusters
widened. Dreamwidth runs with one cluster that uses MEDIUMINTs and one
that uses the INTs. The code doesn't care anymore (it used to, but that
was fixed a while ago).