Merge lp:~ignacio-nin/percona-server/5.1-bug1201036 into lp:percona-server/5.1

Proposed by Ignacio Nin
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 583
Proposed branch: lp:~ignacio-nin/percona-server/5.1-bug1201036
Merge into: lp:percona-server/5.1
Diff against target: 12 lines (+1/-1)
1 file modified
build/percona-server.spec (+1/-1)
To merge this branch: bzr merge lp:~ignacio-nin/percona-server/5.1-bug1201036
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+177461@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build/percona-server.spec'
2--- build/percona-server.spec 2013-07-09 19:41:51 +0000
3+++ build/percona-server.spec 2013-07-29 19:53:29 +0000
4@@ -591,7 +591,7 @@
5 # Check local settings to support them.
6 if [ -x %{_bindir}/my_print_defaults ]
7 then
8- mysql_datadir=`%{_bindir}/my_print_defaults server mysqld | grep '^--datadir=' | sed -n 's/--datadir=//p'`
9+ mysql_datadir=`%{_bindir}/my_print_defaults server mysqld | grep '^--datadir=' | sed -n 's/--datadir=//p' | tail -n 1`
10 fi
11 if [ -z "$mysql_datadir" ]
12 then

Subscribers

People subscribed via source and target branches