mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 05:42:57 +00:00
fix: set transaction variables not working in mysql protocol (#4912)
This commit is contained in:
@@ -60,6 +60,8 @@ static OTHER_NOT_SUPPORTED_STMT: Lazy<RegexSet> = Lazy::new(|| {
|
||||
"(?i)^(SET FOREIGN_KEY_CHECKS(.*))",
|
||||
"(?i)^(SET AUTOCOMMIT(.*))",
|
||||
"(?i)^(SET SQL_LOG_BIN(.*))",
|
||||
"(?i)^(SET SESSION TRANSACTION(.*))",
|
||||
"(?i)^(SET TRANSACTION(.*))",
|
||||
"(?i)^(SET sql_mode(.*))",
|
||||
"(?i)^(SET SQL_SELECT_LIMIT(.*))",
|
||||
"(?i)^(SET @@(.*))",
|
||||
|
||||
Reference in New Issue
Block a user