-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
difficulty/easydoris-futuregood first issuejavaPull requests that update Java codePull requests that update Java code
Description
Search before asking
- I had searched in the issues and found no similar issues.
Description
we will set some global variables for test or sometimes
after test, we want to recovery all variables to default value
but it is not easy to do this, because we should check all variables manually
Solution
provide new statement
UNSET [SESSION] VARIABLE ${variable_name};
UNSET [SESSION] VARIABLE ALL;
to set variable to default value.
forthemore, we could reorder weather a variable is default value. If it does,
we could update it to new default value when the default value changed.
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
difficulty/easydoris-futuregood first issuejavaPull requests that update Java codePull requests that update Java code