mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
chore: ignore MySQL client sent SELECT $$ (#2896)
Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
@@ -80,6 +80,9 @@ static OTHER_NOT_SUPPORTED_STMT: Lazy<RegexSet> = Lazy::new(|| {
|
||||
"(?i)^(SHOW COLLATION)",
|
||||
"(?i)^(SHOW CHARSET)",
|
||||
|
||||
// mysqlclient.
|
||||
"(?i)^(SELECT \\$\\$)",
|
||||
|
||||
// mysqldump.
|
||||
"(?i)^(SET SESSION(.*))",
|
||||
"(?i)^(SET SQL_QUOTE_SHOW_CREATE(.*))",
|
||||
|
||||
Reference in New Issue
Block a user