Skip to content

Instantly share code, notes, and snippets.

@mAster-rAdio
Forked from kamipo/innobackupex-1.5.1.diff
Last active December 18, 2015 16:39
Show Gist options
  • Select an option

  • Save mAster-rAdio/5813254 to your computer and use it in GitHub Desktop.

Select an option

Save mAster-rAdio/5813254 to your computer and use it in GitHub Desktop.
percona-xtrabackup-2.1.3版
--- innobackupex-1.5.1.org 2010-12-09 23:03:09.000000000 +0900
+++ innobackupex-1.5.1 2011-01-06 20:00:04.000000000 +0900
@@ -1989,7 +1989,7 @@
# copy files of this database
opendir(DBDIR, "$source_dir/$database");
- @list = grep(/\.(frm)|(MYD)|(MYI)|(MRG)|(TRG)|(TRN)|(ARM)|(ARZ)|(opt)|(par)$/, readdir(DBDIR));
+ @list = grep(/\.(frm)|(MYD)|(MYI)|(MRG)|(TRG)|(TRN)|(ARM)|(ARZ)|(opt)|(par)|(SEN.*)$/, readdir(DBDIR));
closedir DBDIR;
$file_c = @list;
if ($file_c <= $backup_file_print_limit) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment