We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf6f82 commit 5404fd4Copy full SHA for 5404fd4
sources/Parser/Parser.php
@@ -67,7 +67,7 @@ public function __construct(Session $session, ?Lexer $lexer = null)
67
// always executed rules (errors not as obvious as syntax error, but preventing command execution anyway)
68
$this->analyzer = new SimpleAnalyzer($context, [
69
new SystemVariablesTypeRule(),
70
- new CharsetAndCollationCompatibilityRule(),
+ //new CharsetAndCollationCompatibilityRule(),
71
]);
72
}
73
0 commit comments