I notice that "iw_url" has changed from a char(127) to a blob (was this in 1.12.x or before?).
Running update.php leaves everything as it was before, but a fresh install produces the new table structure (with a blob for the URL). Both seem to work, but I am concerned about how to move to the new table structure (table interwiki).
Any pointers?
Cheers!
Gordo
Gordon Joly wrote:
I notice that "iw_url" has changed from a char(127) to a blob (was this in 1.12.x or before?).
Changed 9 months ago in r23239 by Tim Starling. http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=23239
Running update.php leaves everything as it was before, but a fresh install produces the new table structure (with a blob for the URL). Both seem to work, but I am concerned about how to move to the new table structure (table interwiki).
Any pointers?
ALTER TABLE ?
Cheers!
Gordo
At 23:39 +0100 24/3/08, Platonides wrote:
Gordon Joly wrote:
I notice that "iw_url" has changed from a char(127) to a blob (was this in 1.12.x or before?).
Changed 9 months ago in r23239 by Tim Starling. http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=23239
Running update.php leaves everything as it was before, but a fresh install produces the new table structure (with a blob for the URL). Both seem to work, but I am concerned about how to move to the new table structure (table interwiki).
Any pointers?
ALTER TABLE ?
Cheers!
Gordo
_
Thanks.
Gordo
GJ> Running update.php leaves everything as it was before, but a fresh GJ> install produces the new table structure (with a blob for the URL). GJ> Both seem to work, but I am concerned about how to move to the new GJ> table structure (table interwiki).
So that makes at least the third version of what one's interwiki table will look like, depending on what version one started using MediaWiki (and updating dutifully since.) https://bugzilla.wikimedia.org/show_bug.cgi?id=12200
mediawiki-l@lists.wikimedia.org