[Mnesia] bad error return

roger binouche binouche22@REDACTED
Fri Mar 24 15:41:15 CET 2006


If you try to create a schema when mnesia is started, instead of returning
an error like "Mnesia is not stopped everywhere" you get "already_exists" as
if there would already exist a schema on this node.

example:
node1@REDACTED 1>mnesia:start().
ok
node1@REDACTED 2>mnesia:create_schema([node()]).
{error,{'node1@REDACTED',{already_exists,'node1@REDACTED'}}}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20060324/49d6d7cb/attachment.htm>


More information about the erlang-bugs mailing list