The module
On C-nodes
The tables that are created with these functions can be
administered as all other Mnesia tables. They may be included in
backups or replicas may be added etc. The tables are in fact
normal Mnesia tables owned by the user of the corresponding
This is a wrapper function for
It is this function that is used by
This is a wrapper function for
TabDef = [{{disc_only_copies, node()|nodes()]}],
mnesia_registry:create_table(my_reg, TabDef)
mnesia(3), erl_interface(3)