mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-10 23:21:40 +08:00
优化性能
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user