优化性能

This commit is contained in:
hebo
2019-08-13 15:51:33 +08:00
parent c42113b8f8
commit f8a85e0af6
15 changed files with 234 additions and 112 deletions

View File

@@ -1,6 +1,9 @@
package mysql
import "errors"
import (
"errors"
"time"
)
// Command information.
const (
@@ -97,7 +100,7 @@ const (
)
const (
datetimeFormat = "2006-01-02 15:04:05"
millSecondUnit = int64(time.Millisecond)
)
var (