|
@@ -104,7 +104,7 @@ func VisitInfoAdd(start, end int64) {
|
|
thisData = map[string]interface{}{}
|
|
thisData = map[string]interface{}{}
|
|
count++
|
|
count++
|
|
if count%50000 == 0 {
|
|
if count%50000 == 0 {
|
|
- log.Printf("遍历日志表", table, count)
|
|
|
|
|
|
+ log.Printf("遍历日志表, %s, %d", table, count)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
log.Println("遍历日志表结束。。。", table, count)
|
|
log.Println("遍历日志表结束。。。", table, count)
|