-
-
Save mAster-rAdio/5813254 to your computer and use it in GitHub Desktop.
percona-xtrabackup-2.1.3版
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- 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