]> TLD Linux GIT Repositories - packages/mysql.git/blob - mysqlhotcopy-5.0-5.5.patch
- updated to 5.6.17-66.0
[packages/mysql.git] / mysqlhotcopy-5.0-5.5.patch
1 --- ./scripts/mysqlhotcopy.sh~  2013-03-19 11:30:02.000000000 +0200
2 +++ ./scripts/mysqlhotcopy.sh   2013-05-10 00:42:25.986175909 +0300
3 @@ -789,7 +789,7 @@
4  
5      eval {
6         my ($file,$position) = get_row( $dbh, "show master status" );
7 -       die "master status is undefined" if !defined $file || !defined $position;
8 +       warn "master status is undefined" if !defined $file || !defined $position;
9         
10         my $row_hash = get_row_hash( $dbh, "show slave status" );
11         my ($master_host, $log_file, $log_pos );