Skip to content

Commit

Permalink
Automerge lp:~tplavcic/percona-server/bug-1311840-5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas-biveinis committed Dec 22, 2014
2 parents c007eaa + cee419e commit 7e8b64c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file modified build-ps/debian/percona-server-server-5.6.config
100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions build-ps/percona-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,12 @@ fi
NEW_VERSION=%{mysql_version}-%{release}
STATUS_FILE=$mysql_datadir/RPM_UPGRADE_MARKER

if [ -f $STATUS_FILE ] ; then
SERVER_TO_START=`grep '^SERVER_TO_START=' $STATUS_FILE | cut -c17-`
else
SERVER_TO_START=''
fi

# ----------------------------------------------------------------------
# Create data directory if needed, check whether upgrade or install
# ----------------------------------------------------------------------
Expand Down

0 comments on commit 7e8b64c

Please sign in to comment.