更新TeaGo

This commit is contained in:
刘祥超
2022-04-08 14:57:20 +08:00
parent c03d9f1880
commit 4e18129c6c
8 changed files with 37 additions and 18 deletions

View File

@@ -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
}