User "Krinkle" changed the status of MediaWiki.r94289.

Old Status: new
New Status: fixme

User "Krinkle" also posted a comment on MediaWiki.r94289.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94289#c20671
Commit summary:

* Added rev_sha1 and ar_sha1 columns to revision/archive tables (useful for bug 
25312)
* Created a script to populate these fields (doesn't handle archive rows 
without ar_rev_id set though)

Comment:

Running MySQL locally. Geting this on wiki pages:
<pre>
A database query syntax error has occurred. This may indicate a bug in the 
software. The last attempted database query was:
(SQL query hidden)
from within function "Revision::fetchFromConds". Database returned error "1054: 
Unknown column 'rev_sha1' in 'field list' (127.0.0.1)".
</pre>

And from update.php:
<pre>

Populating rev_len column
...doing rev_id from 1 to 200
A database query syntax error has occurred.
The last attempted database query was:
"SELECT  
rev_id,rev_page,rev_text_id,rev_timestamp,rev_comment,rev_user_text,rev_user,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1
  FROM `revision`  WHERE (rev_id >= 1) AND (rev_id <= 200) AND (rev_len IS 
NULL)  "
from within function "PopulateRevisionLength::execute".
Database returned error "1054: Unknown column 'rev_sha1' in 'field list' 
(127.0.0.1)"
</pre>

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to