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
Handle MySQL 8.0 AuthSwitchRequest during authentication (#5)
* Initial plan
* Fix authentication bug where EOF packet incorrectly sets IsAuthenticated to true
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
* Skip integration tests when MySQL server is not available
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
* Address code review feedback: remove redundant Skip=null and obsolete comment
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
* Add AuthSwitchRequest handling for MySQL 8.0 authentication
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
* Address code review: fix code duplication and null byte handling in caching_sha2
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
* Remove MySQL availability checks from tests - MySQL should always be available for integration tests
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
* Fix duplicate comment in MySQLIntegrationTest
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
* Fix MySQL CI: configure root user with mysql_native_password
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
* Fix CI: use sudo mysql to alter root user authentication
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
* Use MySQL Docker service in CI for reliable authentication setup
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
0 commit comments