r47365 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47364‎ | r47365 | r47366 >
Date:16:22, 17 February 2009
Author:kim
Status:deferred
Tags:
Comment:
a space and a quote were swapped, making it hard to use mysql
Modified paths:
  • /trunk/wikiation/installer/mediawiki_installer.py (modified) (history)

Diff [purge]

Index: trunk/wikiation/installer/mediawiki_installer.py
@@ -217,7 +217,7 @@
218218 def do_sql(target, infile):
219219 """execute an sql file, using mysql"""
220220
221 - command="< "+infile+" "+settings.mysql_command+"" +target
 221+ command="< "+infile+" "+settings.mysql_command+" "+target
222222 os.system(command)
223223
224224 def createdb(target):

Status & tagging log