[erlang-questions] Two nodes in schema and different info in each

Scott Lystig Fritchie fritchie@REDACTED
Wed Sep 26 16:45:11 CEST 2007


>>>>> "dg" == Dmitriy Gorbenko <bazil@REDACTED> writes:

dg> running db nodes =
dg> ['alpha1@REDACTED','alpha3@REDACTED','f3t@REDACTED']


dg> And I turned off node alpha1@REDACTED
dg> [...]

dg> Next I type command "mnesia:del_table_copy(schema, removed_node)."

What about:

    mnesia:del_table_copy(schema, 'alpha1@REDACTED').

-Scott



More information about the erlang-questions mailing list