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
http://web.archive.org/web/20160604101613/http://dev.mysql.com/doc/internals/en/capability-flags.html#flag-CLIENT_SESSION_TRACK
Determine if it would be worth implementing CLIENT_SESSION_TRACK to be informed of state changes, e.g., changing the current schema (database).
CLIENT_SESSION_TRACK
Requires #322.
The text was updated successfully, but these errors were encountered:
Tracking changes to the current database might make it easier to fix #282.
Sorry, something went wrong.
bf9b21e
Support CLIENT_SESSION_TRACK. Fixes #323
721ae48
Added in 0.34.0.
No branches or pull requests
http://web.archive.org/web/20160604101613/http://dev.mysql.com/doc/internals/en/capability-flags.html#flag-CLIENT_SESSION_TRACK
Determine if it would be worth implementing
CLIENT_SESSION_TRACK
to be informed of state changes, e.g., changing the current schema (database).Requires #322.
The text was updated successfully, but these errors were encountered: