Is this normal?
when running rebuildMessages on my 1.71 mediawiki i get additional rows within table text with "old_namespace" values = 0
i run rebuildMessages this way: php5 maintenance/rebuildMessages.php --update languages/Messages.php
HeinzJ
HeinzJ wrote:
Is this normal?
when running rebuildMessages on my 1.71 mediawiki i get additional rows within table text with "old_namespace" values = 0
Your database was upgraded from 1.4 and still has the leftover fields from the 'old' table in 'text'. They're harmless. If you really want, you can rebuild the table manually in SQL to the new schema to trim the extra fields.
-- brion vibber (brion @ pobox.com)
THXs brion
Your database was upgraded from 1.4 and still has the leftover fields from the
i upgraded from MediaWiki 1.5.3
'old' table in 'text'. They're harmless. If you really want, you can rebuild the
So i could delete all colums except these ones?: old_id old_text_ old_flags
table manually in SQL to the new schema to trim the extra fields.
i supposed i have to..
danke, heinzJ
wikitech-l@lists.wikimedia.org