Merge lp:~ignacio-nin/percona-server/5.1-bug1181753 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: 569
Proposed branch: lp:~ignacio-nin/percona-server/5.1-bug1181753
Merge into: lp:percona-server/5.1
Diff against target: 23 lines (+11/-2)
1 file modified
build/percona-server.spec (+11/-2)
To merge this branch: bzr merge lp:~ignacio-nin/percona-server/5.1-bug1181753
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+167581@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
=== modified file 'build/percona-server.spec'
--- build/percona-server.spec 2013-05-23 09:09:56 +0000
+++ build/percona-server.spec 2013-06-05 16:06:34 +0000
@@ -584,8 +584,17 @@
584if [ X${PERCONA_DEBUG} == X1 ]; then584if [ X${PERCONA_DEBUG} == X1 ]; then
585 set -x585 set -x
586fi586fi
587#587
588mysql_datadir=%{mysqldatadir}588# There are users who deviate from the default file system layout.
589# Check local settings to support them.
590if [ -x %{_bindir}/my_print_defaults ]
591then
592 mysql_datadir=`%{_bindir}/my_print_defaults server mysqld | grep '^--datadir=' | sed -n 's/--datadir=//p'`
593fi
594if [ -z "$mysql_datadir" ]
595then
596 mysql_datadir=%{mysqldatadir}
597fi
589598
590# ----------------------------------------------------------------------599# ----------------------------------------------------------------------
591# Make MySQL start/shutdown automatically when the machine does it.600# Make MySQL start/shutdown automatically when the machine does it.

Subscribers

People subscribed via source and target branches