http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99524

Revision: 99524
Author:   wikinaut
Date:     2011-10-11 18:33:35 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
added 'key' in 'Dropping .. key' in dropIndex which was missing there

Modified Paths:
--------------
    trunk/phase3/includes/installer/DatabaseUpdater.php

Modified: trunk/phase3/includes/installer/DatabaseUpdater.php
===================================================================
--- trunk/phase3/includes/installer/DatabaseUpdater.php 2011-10-11 18:30:50 UTC 
(rev 99523)
+++ trunk/phase3/includes/installer/DatabaseUpdater.php 2011-10-11 18:33:35 UTC 
(rev 99524)
@@ -470,7 +470,7 @@
         */
        protected function dropIndex( $table, $index, $patch, $fullpath = false 
) {
                if ( $this->db->indexExists( $table, $index ) ) {
-                       $this->output( "Dropping $index from table $table... " 
);
+                       $this->output( "Dropping $index key from table 
$table... " );
                        $this->applyPatch( $patch, $fullpath );
                        $this->output( "ok\n" );
                } else {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to