colinmollenhour / mariadb-galera-swarm

MariaDb Galera Cluster container based on official mariadb image which can auto-bootstrap and recover cluster state.
https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm
Apache License 2.0
217 stars 103 forks source link

Add extra debugging in mysqld script #3

Closed mattdavenport closed 7 years ago

mattdavenport commented 7 years ago

mysqld.sh script does not honor the set -x command in the parent start.sh. This simply allows TRACE=y to output debug info from all commands, rather than the initial start script.