We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LOCK TABLES table_name write 在mysql防火墙校验的时候会过不了校验 debug发现是由于在校验lock tables table_name write之后跳转到 SQLStatementParser.parseStatementList循环的时候lexer.token的值为write 结果就会到 printError(lexer.token);
The text was updated successfully, but these errors were encountered:
应该是支持的哈,druid什么版本?
Sorry, something went wrong.
https://github.com/alibaba/druid/releases/tag/1.1.4 问题已经修复,请使用新版本
No branches or pull requests
LOCK TABLES table_name write 在mysql防火墙校验的时候会过不了校验
debug发现是由于在校验lock tables table_name write之后跳转到
SQLStatementParser.parseStatementList循环的时候lexer.token的值为write
结果就会到 printError(lexer.token);
The text was updated successfully, but these errors were encountered: