vipcxj opened a new issue, #58652: URL: https://github.com/apache/doris/issues/58652
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description I don't actually need the FOREIGN_KEY_CHECKS feature. But right now, as soon as it's used, an error is raised whether it's set to true or false. Tools like phpMyAdmin automatically force it to be added, which prevents any SQL from executing. ### Solution I would like at least one configuration option to directly ignore these variable settings instead of throwing an error. And of course, if some variables simply aren't supported for modification but the functionality is already supported, then at minimum when the variable being set already matches Doris semantics, it should not error by default. ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
