https://bugzilla.wikimedia.org/show_bug.cgi?id=23701
isj <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from isj <[email protected]> 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 "AUTOINCREMENT": 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
