Diederik has uploaded a new change for review. https://gerrit.wikimedia.org/r/62018
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/18/62018/1 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: newchange Gerrit-Change-Id: I7ea6afd1e51393b922bfc28d44afd0bd2cca2192 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Diederik <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
