segment name try fixes

This commit is contained in:
mirocow 2016-02-16 15:41:23 +04:00
parent 1147cce066
commit 5b668dce39
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ restore()
f_log "+ $TABLE"
split -l $CONFIG_CHUNK "$DIR/$BDD/$TABLE.txt" "$DIR/$BDD/${TABLE}_part_"
for segment in "$DIR/$BDD/${TABLE}_part_*"; do
for segment in "$DIR/$BDD/${TABLE}"_part_*; do
time mysql --defaults-extra-file=$CONFIG_FILE $BDD --local-infile -e "SET foreign_key_checks = 0; SET unique_checks = 0; SET sql_log_bin = 0;
LOAD DATA LOCAL INFILE '$DIR/$BDD/$segment'
INTO TABLE $TABLE;