Skip to content

Commit 5404fd4

Browse files
committed
Temporarily deactivate charset rule (not recognizing that utf8 is alias for urf8mb3)
1 parent bcf6f82 commit 5404fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Parser/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function __construct(Session $session, ?Lexer $lexer = null)
6767
// always executed rules (errors not as obvious as syntax error, but preventing command execution anyway)
6868
$this->analyzer = new SimpleAnalyzer($context, [
6969
new SystemVariablesTypeRule(),
70-
new CharsetAndCollationCompatibilityRule(),
70+
//new CharsetAndCollationCompatibilityRule(),
7171
]);
7272
}
7373

0 commit comments

Comments
 (0)