Jcrespo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/318545

Change subject: labsdb-tools: Fix one-entry-per-line bug on wild_ignore_table
......................................................................

labsdb-tools: Fix one-entry-per-line bug on wild_ignore_table

"To specify more than one table, use this option multiple times,
once for each table."
https://dev.mysql.com/doc/refman/5.6/en/replication-options-slave.html#option_mysqld_replicate-wild-do-table

Change-Id: I890f6b9e5703f49c162a59b98a72df101287e86f
---
M templates/mariadb/tools.my.cnf.erb
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/45/318545/1

diff --git a/templates/mariadb/tools.my.cnf.erb 
b/templates/mariadb/tools.my.cnf.erb
index 59febd1..8a09113 100644
--- a/templates/mariadb/tools.my.cnf.erb
+++ b/templates/mariadb/tools.my.cnf.erb
@@ -58,7 +58,9 @@
 binlog_format                  = <%= @binlog_format %>
 expire_logs_days               = 7
 slave_transaction_retries      = 4294967295
-replicate_wild_ignore_table    = 
51412\_\_data.dewiki\_templatedata,s51071\_\_templatetiger\_p.%
+# remember it is one table/wildcard per line
+replicate_wild_ignore_table    = 51412\_\_data.dewiki\_templatedata
+replicate_wild_ignore_table    = s51071\_\_templatetiger\_p.%
 
 table_open_cache               = 5000
 table_definition_cache         = 4000

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I890f6b9e5703f49c162a59b98a72df101287e86f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <[email protected]>

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

Reply via email to