Addshore has submitted this change and it was merged.

Change subject: Update TravisCI config to use a db prefix for MySQL
......................................................................


Update TravisCI config to use a db prefix for MySQL

Change-Id: Ic069dfab10e99c7df07f3288e0a4f7c754802810
---
M .travis.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Addshore: Verified; Looks good to me, approved



diff --git a/.travis.sh b/.travis.sh
index 4215c30..54f3f68 100644
--- a/.travis.sh
+++ b/.travis.sh
@@ -33,7 +33,7 @@
        echo 'ini_set("display_errors", 1);' >> LocalSettings.php
        echo '$wgShowExceptionDetails = true;' >> LocalSettings.php
        echo '$wgDevelopmentWarnings = true;' >> LocalSettings.php
-       echo '$wgDBprefix = "mw_";' >> LocalSettings.php
+       echo 'if ( $wgDBtype == "mysql" ) { $wgDBprefix = "mw_"; }' >> 
LocalSettings.php
 
        php maintenance/update.php --quick
 

-- 
To view, visit https://gerrit.wikimedia.org/r/90015
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic069dfab10e99c7df07f3288e0a4f7c754802810
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/WikibaseDatabase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Daniel Werner <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to