You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional Driver args for compression and connection read/write timeouts (#885)
* allow setting the collation in auth handshake
* Allow connect with context in order to provide configurable connect timeouts
* add driver arguments
* check for empty ssl value when setting conn options
* allow setting the collation in auth handshake (#860)
* Allow connect with context in order to provide configurable connect timeouts
* support collations IDs greater than 255 on the auth handshake
---------
Co-authored-by: dvilaverde <dvilaverde@adobe.com>
* refactored and added more driver args
* revert change to Makefile
* added tests for timeouts
* adding more tests
* fixing linting issues
* avoiding panic on test complete
* revert returning set readtimeout error in binlogsyncer
* fixing nil violation when connection with timeout from binlogsyncer
* Update README.md
Co-authored-by: Daniël van Eeden <github@myname.nl>
* addressing pull request feedback
* revert rename driver arg ssl to tls
* addressing PR feedback
* write compressed packet using writeWithTimeout
* updated README.md
---------
Co-authored-by: dvilaverde <dvilaverde@adobe.com>
Co-authored-by: Daniël van Eeden <github@myname.nl>
0 commit comments