~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.30-galera-2.x

« back to all changes in this revision

Viewing changes to tests/test_upgrade/run.sh

  • Committer: Ignacio Nin
  • Date: 2012-10-31 22:57:41 UTC
  • mfrom: (95.2.11 2.x)
  • Revision ID: ignacio.nin@percona.com-20121031225741-kzcz6072mwzfpaiw
MergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
do
82
82
    upgrade $node
83
83
    pause
84
 
    consistency_check $sqlgen_pid
85
84
done
86
85
 
 
86
consistency_check $sqlgen_pid
 
87
 
87
88
exit
88
89