r1243 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r1242‎ | r1243 | r1244 >
Date:20:13, 18 March 2003
Author:lcrocker
Status:old
Tags:
Comment:
Minor fixes to script and doc.
Modified paths:
  • /trunk/phpwiki/newcodebase/INSTALL (modified) (history)
  • /trunk/phpwiki/newcodebase/maintenance/buildTables.inc (modified) (history)

Diff [purge]

Index: trunk/phpwiki/newcodebase/maintenance/buildTables.inc
@@ -23,6 +23,9 @@
2424 ) TYPE=MyISAM PACK_KEYS=1";
2525 wfQuery( $sql );
2626
 27+ $sql = "DROP TABLE IF EXISTS user_newtalk";
 28+ wfQuery( $sql );
 29+
2730 $sql ="CREATE TABLE user_newtalk (
2831 user_id int(5) NOT NULL default '0',
2932 user_ip varchar(40) NOT NULL default '',
Index: trunk/phpwiki/newcodebase/INSTALL
@@ -21,6 +21,8 @@
2222 Use either "createdb.php" or "convertdb.php" from the
2323 maintenance directory to initialize the database, but not
2424 both (use "convertdb.php" only if upgrading from Phase II).
 25+You must also run "rebuildindexes.php" to build the search
 26+index tables.
2527
2628 Edit LocalSettings.php to reflect local installation paths
2729 and such.

Status & tagging log