Index: trunk/phase3/includes/installer/MysqlUpdater.php |
— | — | @@ -820,7 +820,7 @@ |
821 | 821 | $res = $this->db->query( "SHOW COLUMNS FROM $langlinks LIKE 'll_lang'" ); |
822 | 822 | $row = $this->db->fetchObject( $res ); |
823 | 823 | |
824 | | - if ( $row && $row->Type == "varbinary(210)" ) { |
| 824 | + if ( $row && $row->Type == "varbinary(10)" ) { |
825 | 825 | $this->output( 'Updating length of ll_lang in langlinks...' ); |
826 | 826 | $this->applyPatch( 'patch-langlinks-ll_lang-20.sql' ); |
827 | 827 | $this->output( "done.\n" ); |