sui_v1.25.0_1715123995_ci
## Description Without this PR, with xclippy we run `cargo clippy --all-features` but that does not get run on mysql protected code since we enable only one code path i.e. either postgres or mysql and postgres is set as default everywhere. We want to however run clippy on mysql code paths as well. With this, we should be able to do so. ## Test plan This PR