Author: zbyniu Date: Sat Jun 18 07:40:23 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.5.2
---- Files affected: packages/innobackup: innobackup.spec (1.18 -> 1.19) , innobackup-engine-archive.patch (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/innobackup/innobackup.spec diff -u packages/innobackup/innobackup.spec:1.18 packages/innobackup/innobackup.spec:1.19 --- packages/innobackup/innobackup.spec:1.18 Mon Oct 27 17:34:27 2008 +++ packages/innobackup/innobackup.spec Sat Jun 18 09:40:17 2011 @@ -3,12 +3,12 @@ Summary: Perl script which automates the backup of both MyISAM and InnoDB tables Summary(pl.UTF-8): Skrypt Perla automatyzujÄ…cy tworzenie kopii zapasowych tabel MyISAM i InnoDB Name: innobackup -Version: 1.5.0 -Release: 2 +Version: 1.5.2 +Release: 1 License: GPL v2 Group: Applications/Databases Source0: http://www.innodb.com/download/%{name}-%{version} -# Source0-md5: 435332f339bd3dc5b13319c4f0a00bd5 +# Source0-md5: 859eda702913228709c0f843c2884405 URL: http://www.innodb.com/hot-backup/ # http://bugs.mysql.com/bug.php?id=40351 Patch0: %{name}-engine-archive.patch @@ -68,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2011/06/18 07:40:17 zbyniu +- up to 1.5.2 + Revision 1.18 2008/10/27 16:34:27 glen - copy ENGINE=ARCHIVE files; mysql bug #40351; rel 2 ================================================================ Index: packages/innobackup/innobackup-engine-archive.patch diff -u packages/innobackup/innobackup-engine-archive.patch:1.2 packages/innobackup/innobackup-engine-archive.patch:1.3 --- packages/innobackup/innobackup-engine-archive.patch:1.2 Mon Oct 27 17:31:09 2008 +++ packages/innobackup/innobackup-engine-archive.patch Sat Jun 18 09:40:17 2011 @@ -4,8 +4,8 @@ command makes a complete backup of all MyISAM and InnoDB tables and indexes in all databases or in all of the databases specified with the --databases option. The created backup contains .frm, .MRG, .MYD, --.MYI., .TRG, .TRN, .opt, and InnoDB data and log files. The MY.CNF -+.MYI., .TRG, .TRN, .ARM, .ARZ, .opt, and InnoDB data and log files. The MY.CNF +-.MYI., .TRG, .TRN, .opt, .par, and InnoDB data and log files. The MY.CNF ++.MYI., .TRG, .TRN, .ARM, .ARZ, .opt, .par and InnoDB data and log files. The MY.CNF options file defines the location of the database. This command connects to the MySQL server using mysql client program, and runs ibbackup (InnoDB Hot Backup program) as a child process. @@ -13,8 +13,8 @@ mysql_check(); mysql_lockall(); -- # backup .frm, .MRG, .MYD, .MYI, .TRG, .TRN, and .opt files -+ # backup .frm, .MRG, .MYD, .MYI, .TRG, .TRN, .ARM, .ARZ and .opt files +- # backup .frm, .MRG, .MYD, .MYI, .TRG, .TRN, .opt and .par files ++ # backup .frm, .MRG, .MYD, .MYI, .TRG, .TRN, .ARM, .ARZ, .opt and .par files backup_files(); # resume ibbackup and wait till it has finished @@ -22,8 +22,8 @@ opendir(DIR, $backup_dir) || Die "Can't open directory '$backup_dir': $!\n"; print "$prefix Starting to copy MyISAM tables, indexes,\n"; -- print "$prefix .MRG, .TRG, .TRN, .opt, and .frm files\n"; -+ print "$prefix .MRG, .TRG, .TRN, .ARM, .ARZ, .opt, and .frm files\n"; +- print "$prefix .MRG, .TRG, .TRN, .opt, .frm and .par files\n"; ++ print "$prefix .MRG, .TRG, .TRN, .ARM, .ARZ, .opt, .frm and .par files\n"; print "$prefix in '$backup_dir'\n"; print "$prefix back to original data directory '$orig_datadir'\n"; while (defined($file = readdir(DIR))) { @@ -31,16 +31,16 @@ my @list; my $file; my $database; -- my $wildcard = '*.{frm,MYD,MYI,MRG,TRG,TRN,opt}'; -+ my $wildcard = '*.{frm,MYD,MYI,MRG,TRG,TRN,ARM,ARZ,opt}'; +- my $wildcard = '*.{frm,MYD,MYI,MRG,TRG,TRN,opt,par}'; ++ my $wildcard = '*.{frm,MYD,MYI,MRG,TRG,TRN,ARM,ARZ,opt,par}'; opendir(DIR, $source_dir) || Die "Can't open directory '$source_dir': $!\n"; $now = current_time(); - print "\n$now $prefix Starting to backup .frm, .MRG, .MYD, .MYI,\n"; -- print "$prefix .TRG, .TRN, and .opt files in\n"; +- print "$prefix .TRG, .TRN, .opt and .par files in\n"; + print "\n$now $prefix Starting to backup .frm, .arz, .MRG, .MYD, .MYI,\n"; -+ print "$prefix .TRG, .TRN, .ARZ and .opt files in\n"; ++ print "$prefix .TRG, .TRN, .ARZ, .opt and .par files in\n"; print "$prefix subdirectories of '$source_dir'\n"; # loop through all database directories while (defined($database = readdir(DIR))) { @@ -48,8 +48,8 @@ closedir(DIR); $now = current_time(); -- print "$now $prefix Finished backing up .frm, .MRG, .MYD, .MYI, .TRG, .TRN, and .opt files\n\n"; -+ print "$now $prefix Finished backing up .frm, .MRG, .MYD, .MYI, .TRG, .TRN, .ARM, .ARZ and .opt files\n\n"; +- print "$now $prefix Finished backing up .frm, .MRG, .MYD, .MYI, .TRG, .TRN, .opt and .par files\n\n"; ++ print "$now $prefix Finished backing up .frm, .MRG, .MYD, .MYI, .TRG, .TRN, .ARM, .ARZ, opt and .par files\n\n"; } ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/innobackup/innobackup.spec?r1=1.18&r2=1.19&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/innobackup/innobackup-engine-archive.patch?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
