1) Use CREATE TEMPORARY TABLE ... LIKE for MySQL >= 4.1
authorWil Mahan <wmahan@users.mediawiki.org>
Mon, 27 Sep 2004 21:14:52 +0000 (21:14 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Mon, 27 Sep 2004 21:14:52 +0000 (21:14 +0000)
commitf3f0f6fb30881b9d7fb965c5375689addbdb802e
treed79dcc8dbe56c6e43983703cb229e892996742a4
parentb117cc2b6eb8a9ce45b1d6699e223df876873a78
1) Use CREATE TEMPORARY TABLE ... LIKE for MySQL >= 4.1
and PostgreSQL (untested, but should fix bug 585). Use a
hack for older MySQL versions that doesn't require including
a .sql file.
2) Die gracefully when an article has an invalid title or
already exists in the database.
3) Detect and report duplicate sections in the test file.
maintenance/parserTests.php
maintenance/parserTests.sql [deleted file]
maintenance/parserTests.txt