User "Catrope" changed the status of MediaWiki.r86578.

Old Status: new
New Status: fixme

User "Catrope" also posted a comment on MediaWiki.r86578.

Full URL: 
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/86578#c16198
Commit summary:

fixed bug that namespace wasn't accurately being recorded, no more duplicate 
entries on user properties table, fixed errors on userbuckets

Comment:

<pre>
+       UNIQUE KEY id_name_value_version (session_id, property_name, 
property_value, property_version)
</pre>
This won't work on SQLite AFAIK. Use a <code>CREATE UNIQUE INDEX</code> 
statement below the table definition, the way the other indices are added.

<pre>
+       alert("HELLOA");
        if(!bucketCookies) { bucketCookies ={};}
+       alert("HELLOB");
</pre>
Debugging code.

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

Reply via email to