cachix / devenv

Fast, Declarative, Reproducible, and Composable Developer Environments
https://devenv.sh
Apache License 2.0
3.61k stars 262 forks source link

Pass command line arguments to mysql scripts #1076

Closed schneider-felix closed 2 months ago

schneider-felix commented 2 months ago

@M-arcus and I encountered an issue when working with the mysql and mysqladmin scripts. This was caused by command line arguments not being passed to the underlying mysql binaries.

This PR therefore fixes #1007

I also updated the mysql tests, because they didn't wait for the configure-mysql process to finish and didn't test for the issue described above.