Skip to content

Commit acdaa0b

Browse files
committed
reorder mysqlConn member.
1 parent 2c254fe commit acdaa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ type mysqlConn struct {
2828
writeTimeout time.Duration
2929
flags clientFlag
3030
status statusFlag
31+
warningCount uint16
3132
sequence uint8
3233
parseTime bool
3334
strict bool
34-
warningCount uint16
3535
}
3636

3737
// Handles parameters set in DSN after the connection is established

0 commit comments

Comments
 (0)