Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Fix for CLIENT_MULTI_RESULTS constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
mpain committed Sep 30, 2016
1 parent c597318 commit 630c659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object MySQLIO {
final val CLIENT_PROTOCOL_41 = 0x0200
final val CLIENT_CONNECT_WITH_DB = 0x0008
final val CLIENT_TRANSACTIONS = 0x2000
final val CLIENT_MULTI_RESULTS = 0x200000
final val CLIENT_MULTI_RESULTS = 0x20000
final val CLIENT_LONG_FLAG = 0x0001
final val CLIENT_PLUGIN_AUTH = 0x00080000
final val CLIENT_SECURE_CONNECTION = 0x00008000
Expand Down

0 comments on commit 630c659

Please sign in to comment.