Skip to content

Commit

Permalink
Merge pull request #670 from skoef/optionConst
Browse files Browse the repository at this point in the history
added constants for COM_SET_OPTION
  • Loading branch information
lance6716 authored Jan 25, 2022
2 parents d8b74c3 + 9ec569d commit b867b34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mysql/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,8 @@ const (
MySQLFlavor = "mysql"
MariaDBFlavor = "mariadb"
)

const (
MYSQL_OPTION_MULTI_STATEMENTS_ON = iota
MYSQL_OPTION_MULTI_STATEMENTS_OFF
)

0 comments on commit b867b34

Please sign in to comment.