add file rotation feature for package glog; improve gpool/gfpool; fix issue in gfile.MTimeMillisecond

This commit is contained in:
John
2020-03-15 19:32:29 +08:00
parent 74be9fac18
commit 855a4ddb2c

View File

@ -62,7 +62,6 @@ func init() {
} else {
db = r
}
db.SetDebug(true)
schemaTemplate := "CREATE DATABASE IF NOT EXISTS `%s` CHARACTER SET UTF8"
if _, err := db.Exec(fmt.Sprintf(schemaTemplate, SCHEMA1)); err != nil {
gtest.Error(err)