mirror of
https://gitee.com/johng/gf
synced 2026-06-27 17:57:21 +08:00
add file rotation feature for package glog; improve gpool/gfpool; fix issue in gfile.MTimeMillisecond
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user