mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-15 07:06:35 +08:00
更新TeaGo
This commit is contained in:
@@ -104,7 +104,7 @@ func (this *ServerAccessLogCleaner) Loop() error {
|
||||
}
|
||||
|
||||
func (this *ServerAccessLogCleaner) cleanDB(db *dbs.DB, endDay string) error {
|
||||
ones, columnNames, err := db.FindOnes("SHOW TABLES")
|
||||
ones, columnNames, err := db.FindPreparedOnes("SHOW TABLES")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user