Merge lp:~gaul/percona-xtrabackup/empty-password into lp:percona-xtrabackup/2.1

Proposed by Andrew Gaul
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 426
Proposed branch: lp:~gaul/percona-xtrabackup/empty-password
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 12 lines (+1/-1)
1 file modified
innobackupex (+1/-1)
To merge this branch: bzr merge lp:~gaul/percona-xtrabackup/empty-password
Reviewer Review Type Date Requested Status
Percona core Pending
Review via email: mp+118154@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'innobackupex'
2--- innobackupex 2012-06-18 14:00:00 +0000
3+++ innobackupex 2012-08-03 17:04:35 +0000
4@@ -1584,7 +1584,7 @@
5 'use-memory=s' => \$option_use_memory,
6 'uncompress' => \$option_uncompress,
7 'export' => \$option_export,
8- 'password=s' => \$option_mysql_password,
9+ 'password:s' => \$option_mysql_password,
10 'user=s' => \$option_mysql_user,
11 'host=s' => \$option_mysql_host,
12 'port=s' => \$option_mysql_port,

Subscribers

People subscribed via source and target branches