Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure create_table aborted reason is expected format #2320

Merged
merged 1 commit into from
Sep 18, 2019
Merged

Ensure create_table aborted reason is expected format #2320

merged 1 commit into from
Sep 18, 2019

Commits on Jul 10, 2019

  1. Ensure create_table aborted reason is expected format

    According to the docs and other `{aborted, ` return values, the form should be
    `{aborted, Reason}`, where `Reason` is a single term.
    
    This fix makes `mnesia:create_table/2` consistent with that expectation.
    lukebakken committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    15e33a7 View commit details
    Browse the repository at this point in the history