~tsarev/percona-server/5.5-processlist_rows_stats-sporadic_fails-fix

« back to all changes in this revision

Viewing changes to normalize_patches.sh

  • Committer: Oleg Tsarev
  • Date: 2011-05-11 13:27:33 UTC
  • mto: This revision was merged to the branch mainline in revision 110.
  • Revision ID: oleg.tsarev@percona.com-20110511132733-hvqta1d712hp9ozr
port to 5.5.12 second part

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env bash
2
2
#ls -1 *.patch | grep -v repair | xargs bzr revert
3
 
test -z ${MYSQL_VERSION} && MYSQL_VERSION=5.5.10
 
3
test -z ${MYSQL_VERSION} && MYSQL_VERSION=5.5.12
4
4
test -z ${MYSQL_DIR} && MYSQL_DIR=mysql-${MYSQL_VERSION}
5
5
test -z ${MYSQL_TAR_GZ} && MYSQL_TAR_GZ=${MYSQL_DIR}.tar.gz
6
6
test -z ${SERIES} && SERIES=series