Skip to content

Commit b867b34

Browse files
authored
Merge pull request #670 from skoef/optionConst
added constants for COM_SET_OPTION
2 parents d8b74c3 + 9ec569d commit b867b34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mysql/const.go

+5
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,8 @@ const (
167167
MySQLFlavor = "mysql"
168168
MariaDBFlavor = "mariadb"
169169
)
170+
171+
const (
172+
MYSQL_OPTION_MULTI_STATEMENTS_ON = iota
173+
MYSQL_OPTION_MULTI_STATEMENTS_OFF
174+
)

0 commit comments

Comments
 (0)