Skip to content

Commit

Permalink
Merge branch 'dgud/mnesia/log_header_bug/OTP-8960' into dev
Browse files Browse the repository at this point in the history
* dgud/mnesia/log_header_bug/OTP-8960:
  Created wrong header in dcd files when creating files at startup.
  • Loading branch information
dgud committed Dec 2, 2010
2 parents e7104d8 + 5615cca commit f614916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mnesia/src/mnesia_dumper.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 1996-2009. All Rights Reserved.
%% Copyright Ericsson AB 1996-2010. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
Expand Down Expand Up @@ -643,7 +643,7 @@ insert_op(Tid, _, {op, create_table, TabDef}, InPlace, InitBy) ->
true -> ignore;
false ->
mnesia_log:open_log(temp,
mnesia_log:dcl_log_header(),
mnesia_log:dcd_log_header(),
Dcd,
false,
false,
Expand Down

0 comments on commit f614916

Please sign in to comment.