-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
[新功能方案讨论] 实现会话级变量设置 #166
Labels
wontfix
This will not be worked on
Comments
相关issue #157 |
除了在inception_magic域范围内设置,在范外可以设置么 |
范围外只能设置全局参数,执行审核时不能设置,只能在单独执行SQL时使用。会话级参数和全局参数不能混用。 |
由于此问题没有最近的活动,因此已被自动标记为陈旧。如果没有进一步的活动,会作为不活跃issue关闭。感谢你对本项目的贡献。 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
描述您想要的功能:
添加会话级变量设置,实现更灵活的审核规则配置。
用法:
重要说明:
inception会话变量正确设置时,该行SQL不再返回!以免后续误发送到mysql端。
(会记录相应日志,以便追溯查看)
示例一:
审核结果(隐藏了部分列):
注意,
inception set
的行并不返回!除非set失败报错。The text was updated successfully, but these errors were encountered: