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

Commit

Permalink
Merge pull request #196 from mpain/mysql_client_multi_results_bad_con…
Browse files Browse the repository at this point in the history
…stant

Fix for CLIENT_MULTI_RESULTS constant value
  • Loading branch information
mauricio authored Jan 8, 2017
2 parents 1e43743 + 630c659 commit bb6bc89
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 bb6bc89

Please sign in to comment.