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
set session aurora_read_replica_read_committed =ON;
set session transaction isolation level read committed;
I use these settings, the following error occurs in proxysql.
2022-01-11 17:16:06 MySQL_Session.cpp:7093:unable_to_parse_set_statement(): [WARNING] Unable to parse unknown SET query from client 10.0.10.10:12345. Setting lock_hostgroup. Please report a bug for future enhancements:SET SESSION AURORA_READ_REPLICA_READ
_COMMITTED = ON
Thank you
The text was updated successfully, but these errors were encountered:
This is the place to report a reproducible bug, documentation error or feature request for ProxySQL.
Support questions will not be answered here. For community support, use the Google forum: https://groups.google.com/forum/#!forum/proxysql
If you are submitting a reproducible bug report, please provide:
/var/lib/proxysql/proxysql.log
)Hello,
As of Aurora MySQL 2.07, the read-committed isolation level can be used on the reader instances.
AuroraMySQL.Reference.IsolationLevels
I use these settings, the following error occurs in proxysql.
Thank you
The text was updated successfully, but these errors were encountered: