~percona-core/percona-xtrabackup/2.1

« back to all changes in this revision

Viewing changes to test/bootstrap.sh

  • Committer: Stewart Smith
  • Date: 2012-07-04 05:44:35 UTC
  • mfrom: (391.1.55 staging-2.0)
  • Revision ID: stewart@flamingspork.com-20120704054435-c1hysbvqledntvu9
mergeĀ fromĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
fi
34
34
 
35
35
case "$1" in
 
36
    innodb50)
 
37
        url="http://s3.amazonaws.com/percona.com/downloads/community"
 
38
        tarball="mysql-5.0.96-linux-$arch-glibc23.tar.gz"
 
39
        ;;
36
40
    innodb51_builtin | innodb51)
37
41
        url="http://s3.amazonaws.com/percona.com/downloads/community"
38
42
        tarball="mysql-5.1.49-linux-$arch-glibc23.tar.gz"