segment fixed

This commit is contained in:
mirocow 2016-02-16 15:30:03 +04:00
parent 2b09c15dab
commit 6b9f6fafd7
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 ${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;