Skip to content

Commit

Permalink
Persist disc_copies table when converting from ext
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaka27 committed Oct 10, 2024
1 parent 46a950f commit 3aa096f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mnesia/src/mnesia_dumper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ insert_op(Tid, _, {op, change_table_copy_type, N, FromS, ToS, TabDef}, InPlace,
Cs#cstruct.type],
mnesia_monitor:mktab(Tab, Args),
ok = load_from_logfile(ToS, Tab, Logtmp),
ok = mnesia_log:ets2dcd(Tab),
file:delete(Logtmp);
disc_only_copies ->
%% ok = ensure_rename(Dmp, Dat),
Expand Down

0 comments on commit 3aa096f

Please sign in to comment.