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

Change subject: Output script actually doesn't need the table in the SQL command
......................................................................


Output script actually doesn't need the table in the SQL command

Change-Id: Ia5326ba6fabbdaf536fe6ecf489c0344c97f9f0f
---
M build-optout-tsvs
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/build-optout-tsvs b/build-optout-tsvs
index 5b0384b..ee9436c 100755
--- a/build-optout-tsvs
+++ b/build-optout-tsvs
@@ -6,7 +6,7 @@
        exit 1
 fi
 
-MYSQL_CMD="mysql --defaults-extra-file=/etc/mysql/conf.d/research-client.cnf 
-hanalytics-store.eqiad.wmnet log"
+MYSQL_CMD="mysql --defaults-extra-file=/etc/mysql/conf.d/research-client.cnf 
-hanalytics-store.eqiad.wmnet"
 SQL_DIR="$REMOTEUSERHOME/tsvs_sql/optout"
 TSV_DIR="$REMOTEUSERHOME/tsvs_new"
 PUBLIC_DIR="/a/public-datasets/all/multimedia"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia5326ba6fabbdaf536fe6ecf489c0344c97f9f0f
Gerrit-PatchSet: 1
Gerrit-Project: analytics/multimedia
Gerrit-Branch: master
Gerrit-Owner: Gilles <[email protected]>
Gerrit-Reviewer: Gilles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to