https://bugzilla.wikimedia.org/show_bug.cgi?id=23701

isj <i...@poczta.onet.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i...@poczta.onet.pl

--- Comment #6 from isj <i...@poczta.onet.pl> 2011-07-20 15:12:04 UTC ---
Probably similar error with "AUTO_INCREMENT" (wikimedia 1.17) in Drafts
extension (http://www.mediawiki.org/wiki/Extension_talk:Drafts). Update script
raport an error: 
Database returned error "1: near &quot;AUTOINCREMENT&quot;: syntax error"

for proper Draft.sql content:

CREATE TABLE /*_*/drafts (
    -- Unique ID for drafts
    draft_id INTEGER AUTO_INCREMENT, ...

Isn't there something wrong with wikimedia update.php which cause undescore
removement from valid sql syntax?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to