Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't return an error for CONN_ATTR (just log) #4897

Merged
merged 1 commit into from
Jun 1, 2019
Merged

Don't return an error for CONN_ATTR (just log) #4897

merged 1 commit into from
Jun 1, 2019

Conversation

kuba--
Copy link
Collaborator

@kuba-- kuba-- commented May 31, 2019

Signed-off-by: kuba-- kuba@sourced.tech

It's related to Error when connecting from JDBC MariaDB driver (#4603)

Looks like it's a MariaDB connector (it sends CONN_ATTR in different format), but because we swallow the returned map with attributes, I decided to just log an warning instead of returning the error.
Thanks to this we'll be able to connect to vitess server also via MariaDb connector.

Signed-off-by: kuba-- <kuba@sourced.tech>
@sougou sougou merged commit 11872e1 into vitessio:master Jun 1, 2019
@kuba-- kuba-- deleted the mariadb-connector branch June 1, 2019 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants