Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-29 | Make a separate application module for Mnesia | Richard Carlsson | |
To separate concerns and reduce confusion, avoid implementing two behaviours in a single module. Make a single start_link() helper in mnesia_sup and remove the unused mnesia_sup:start() utility function. |