Skip to content

Commit

Permalink
Merge pull request #96 from fgallaire/master
Browse files Browse the repository at this point in the history
Fix version_set compilation bug
  • Loading branch information
Matthew Von-Maszewski committed Oct 14, 2013
2 parents b4f590f + c0f8325 commit aa574fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/version_set.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ static struct
{10485760, 82914560, 57671680, 419430400, 0, 209715200, true},
{10485760, 104371840, 57671680, 1006632960, 200000000, 314572800, false},
{10485760, 125829120, 57671680, 4094304000, 3355443200, 419430400, false},
{10485760, 147286400, 57671680, 41943040000, 33554432000, 524288000, false},
{10485760, 188743680, 57671680, 419430400000, 335544320000, 629145600, false},
{10485760, 220200960, 57671680, 4194304000000, 3355443200000, 734003200, false}
{10485760, 147286400, 57671680, 41943040000ULL, 33554432000ULL, 524288000, false},
{10485760, 188743680, 57671680, 419430400000ULL, 335544320000ULL, 629145600, false},
{10485760, 220200960, 57671680, 4194304000000ULL, 3355443200000ULL, 734003200, false}
};


Expand Down

0 comments on commit aa574fd

Please sign in to comment.