Merge lp:~ignacio-nin/percona-xtradb-cluster/pxc-bug1181753 into lp:percona-xtradb-cluster/percona-xtradb-cluster-5.5
Proposed by
Ignacio Nin
on 2013-06-05
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Raghavendra D Prabhu on 2013-06-06 | ||||
Approved revision: | 388 | ||||
Merged at revision: | 388 | ||||
Proposed branch: | lp:~ignacio-nin/percona-xtradb-cluster/pxc-bug1181753 | ||||
Merge into: | lp:percona-xtradb-cluster/percona-xtradb-cluster-5.5 | ||||
Diff against target: |
67 lines (+32/-4) 1 file modified
build/percona-xtradb-cluster.spec (+32/-4) |
||||
To merge this branch: | bzr merge lp:~ignacio-nin/percona-xtradb-cluster/pxc-bug1181753 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Percona core | 2013-06-05 | Pending | |
Review via email:
|
To post a comment you must log in.
Ignacio Nin (ignacio-nin) wrote : | # |
Hello,
Yes, it's called as part of post-install scripts.
I see an issue here:
mysql_datadir= `%{_bindir} /my_print_ defaults server mysqld | grep '^--datadir=' | sed -n 's/--datadir=//p'`
my_print_defaults requires a cnf installed. But it looks like it is called during post-install in all places?
If yes, then fine.