Skip to content

Commit

Permalink
fix command constant wrong values
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Bayfield committed Feb 1, 2011
1 parent 957fbd2 commit ec33989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion const.go
Expand Up @@ -8,7 +8,7 @@ package mysql
type command byte

const (
COM_QUIT command = iota
COM_QUIT command = iota + 1
COM_INIT_DB
COM_QUERY
COM_FIELD_LIST
Expand Down

0 comments on commit ec33989

Please sign in to comment.