Commit 25ea082
Add MYSQL_CONF env var to mariadb, same as mysql, allowing mariadb plugin users to easily override things (#2526)
## Summary
It appears MYSQL_CONF was added to mysql and not mariadb. This patch
gets mariadb in sync with mysql, and also adds a commented-out `#port =
3306` to the template `my.cnf` since that will be the most commonly
needed tweak.
## How was it tested?
Verified that `devbox.d/mariadb/my.cnf` gets symlinked into the
virtualenv and that I can change mariadbd's port with it.
---------
Co-authored-by: John Lago <750845+Lagoja@users.noreply.github.com>1 parent 25de147 commit 25ea082
3 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
0 commit comments