This change improves clarity of code:
- An unit was expressed in bytes, requiring to know 1024 multiples to figure it.
- Explain the sv restart phd line at the end.
Differential D602
Improve code readability: 8 Mb, restart operation xcombelle on Aug 6 2016, 19:49. Authored by Tags Referenced Files
Subscribers
Details This change improves clarity of code:
$ sh $ echo $((8*1024*1024)) 8388608
Diff Detail
Event TimelineComment Actions Test plan is what has been used to check. Personally, I did that: ysul $ sh $ echo $((8*1024*1024)) 8388608
Comment Actions I wonder if the shell variables should not be quoted for example "$MYSQL_ENV_MYSQL_ROOT_PASSWORD" instead of $MYSQL_ENV_MYSQL_ROOT_PASSWORD to take account that they could contain shell separator such as space
Comment Actions
The purpose of this commit is to avoid interpretation of special |