We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
*Issue migrated from trac ticket # 885 www.kunlunbase.com *
component: computing nodes | priority: major
we have already supported syntax to access variables in kunlun-storage, as described here: http://www.kunlunbase.com:8181/docs/b/b-1dnbk6om8uuha The only thing left unsupported yet is this grammar: SELECT @@session.var1 [[, @@global.var2],...]; This is needed for rust mysql client library to connect to Kunlun-server nodes, so we need to support it. We do not support fetching such variables in the generic SELECT syntax as mysql, e.g. we don't support this syntax: select @@session.autocommit, @@global.read_only, a from t1;
we have already supported syntax to access variables in kunlun-storage, as described here: http://www.kunlunbase.com:8181/docs/b/b-1dnbk6om8uuha
The only thing left unsupported yet is this grammar: SELECT @@session.var1 [[, @@global.var2],...];
SELECT @@session.var1 [[, @@global.var2],...];
This is needed for rust mysql client library to connect to Kunlun-server nodes, so we need to support it.
We do not support fetching such variables in the generic SELECT syntax as mysql, e.g. we don't support this syntax:
select @@session.autocommit, @@global.read_only, a from t1;
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
*Issue migrated from trac ticket # 885 www.kunlunbase.com *
component: computing nodes | priority: major
2022-07-08 11:16:45: zhaowei@zettadb.com created the issue
The text was updated successfully, but these errors were encountered: