Commit a09097b
authored
Feature: Allow passing in extra options to MYSQL executable (#805)
* Add MYSQL_EXTRA_OPTIONS environment variable for mysql service, using an empty string by default
* Use new MYSQL_EXTRA_OPTIONS in sail shell script to pass in options whenever sail mysql gets executed
* Remove :-"" from mysql.stub
* fix typo1 parent 3ee6855 commit a09097b
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments