-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Tool dolphie needs @@admin_version
system variable to return a numeric type.
#8585
Comments
Once this fix is in: dolthub/go-mysql-server#2759 Dolt and MySQL fail in the exact same spot:
Looks like a Python |
The # If the query is successful, then the connection is to ProxySQL
try:
self.cursor.execute("SELECT @@admin-version")
self.source = ConnectionSource.proxysql
except Exception:
self.source = ConnectionSource.mysql |
Update: It looks like one the system variables has a null value when it should be empty string
|
More fixes for dolphie: |
Dolphie now works with Dolt. |
Repro:
Error in dolphie:
Error in dolt sql-server:
I think we've also got a parsing problem with the
-
in system variables.The text was updated successfully, but these errors were encountered: