Skip to content

Commit

Permalink
Merge pull request winterland1989#39 from chordify/client_multi_results
Browse files Browse the repository at this point in the history
Add CLIENT_MULTI_RESULTS
  • Loading branch information
winterland1989 committed Dec 16, 2020
2 parents 1c0bc59 + 15f32d9 commit d93caff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Database/MySQL/Protocol/Auth.hs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ clientCap = CLIENT_LONG_PASSWORD
.|. CLIENT_PROTOCOL_41
.|. CLIENT_TRANSACTIONS
.|. CLIENT_MULTI_STATEMENTS
.|. CLIENT_MULTI_RESULTS
.|. CLIENT_SECURE_CONNECTION

clientMaxPacketSize :: Word32
Expand Down

0 comments on commit d93caff

Please sign in to comment.