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

--- Comment #2 from Dereckson <dereck...@espace-win.org> ---
(In reply to comment #0)
> Since 1.17.3 does not have an sqlite file, I copied the sqlite file from git
> master to 1.17 snapshot. Tried to install, but when running update.php
> installation of AbuseFilter was skipped. When manually using sqlite3 to run
> the
> query, here's what I get:
> 
> SQL error near line 3: near "AUTO_INCREMENT": syntax error
> [...]
> SQL error near line 69: no such table: main.abuse_filter_history

We don't generally use SQLite schemas but directly use the MySQL schemas.

We also have a kludge to convert SQLite to MySQL, and manually run a query
could bypass this code (this would explain why you have a faulty SQLite
schema).

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to