提交 ced28712 编写于 作者: S Serge Rider

#6023 MySQL/Maria: disable anonymous SQL blocks parsing

上级 f140ccba
......@@ -99,6 +99,12 @@ class MySQLDialect extends JDBCSQLDialect {
return "DELIMITER";
}
@Override
public String[][] getBlockBoundStrings() {
// No anonymous blocks in MySQL
return null;
}
@NotNull
@Override
public String escapeString(String string) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册