jenkins-bot has submitted this change and it was merged. Change subject: Both the 'pager' and 'prompt' variable are part of the [mysql] section and not the [client] section. This causes mysqldump to fail ......................................................................
Both the 'pager' and 'prompt' variable are part of the [mysql] section and not the [client] section. This causes mysqldump to fail Change-Id: I7ea6afd1e51393b922bfc28d44afd0bd2cca2192 --- M puppet/modules/mysql/templates/my.cnf.erb 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Ori.livneh: Looks good to me, approved jenkins-bot: Verified diff --git a/puppet/modules/mysql/templates/my.cnf.erb b/puppet/modules/mysql/templates/my.cnf.erb index 00f1fe1..0acccb3 100644 --- a/puppet/modules/mysql/templates/my.cnf.erb +++ b/puppet/modules/mysql/templates/my.cnf.erb @@ -1,10 +1,11 @@ [client] user = "root" password = "<%= @password %>" + +[mysql] pager = "less -inSFX" prompt = "(\R:\m)\_\u@\h:[\d]>\_" -[mysql] <% if @dbname %> database = "<%= @dbname %>" <% end %> -- To view, visit https://gerrit.wikimedia.org/r/62018 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7ea6afd1e51393b922bfc28d44afd0bd2cca2192 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Diederik <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
