Skip to content
New issue

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

作为firewall使用在mysql上的时候lock tables .. write过不了校验 #2000

Closed
sunsun314 opened this issue Sep 24, 2017 · 2 comments
Closed
Milestone

Comments

@sunsun314
Copy link
Contributor

LOCK TABLES table_name write 在mysql防火墙校验的时候会过不了校验
debug发现是由于在校验lock tables table_name write之后跳转到
SQLStatementParser.parseStatementList循环的时候lexer.token的值为write
结果就会到 printError(lexer.token);

@wenshao
Copy link
Member

wenshao commented Sep 28, 2017

应该是支持的哈,druid什么版本?

@wenshao wenshao added Need Infos and removed Bug labels Sep 28, 2017
@wenshao
Copy link
Member

wenshao commented Oct 3, 2017

https://github.com/alibaba/druid/releases/tag/1.1.4
问题已经修复,请使用新版本

@wenshao wenshao closed this as completed Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants