jenkins-bot has submitted this change and it was merged.

Change subject: Use SQL comment style
......................................................................


Use SQL comment style

If you run this script with 'php sql.php repo/maintenance/extractInterlang.sql"
it fails.

Change-Id: I2529f2cfe22c0b066548bd9b2f8b542f84e274d8
---
M repo/maintenance/extractInterlang.sql
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/maintenance/extractInterlang.sql 
b/repo/maintenance/extractInterlang.sql
index 44381e3..0152208 100644
--- a/repo/maintenance/extractInterlang.sql
+++ b/repo/maintenance/extractInterlang.sql
@@ -1,6 +1,4 @@
-/**
- * Extracts interlanguage links in the format used by importInterlanguage.php
- */
+-- Extracts interlanguage links in the format used by importInterlanguage.php
 select distinct page_title, ll_lang, ll_title
 from page, langlinks 
 where page_id = ll_from and page_namespace = 0

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2529f2cfe22c0b066548bd9b2f8b542f84e274d8
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to