commit | 6a6eac995f116ac969c668e80d55399cd3133a7d | [log] [tgz] |
---|---|---|
author | Julien Schmidt <[email protected]> | Sat Mar 16 03:41:22 2013 |
committer | Julien Schmidt <[email protected]> | Sat Mar 16 03:41:22 2013 |
tree | da7b0c0317d7b54695fa7a84017217c94af1b395 | |
parent | 73d7aac87dfa10811d1712b0dcd236b40ffc7abb [diff] [blame] |
packet indicator constants
diff --git a/const.go b/const.go index 862b8bd..dc0aab5 100644 --- a/const.go +++ b/const.go
@@ -18,6 +18,12 @@ // MySQL constants documentation: // http://dev.mysql.com/doc/internals/en/client-server-protocol.html +const ( + iOK byte = 0x00 + iEOF byte = 0xfe + iERR byte = 0xff +) + type clientFlag uint32 const (